I try to call jQuery function when ul content is changed.
Below is my code
JS
jQuery(document).ready(function($) { $(\'.ProductList\
$('.ProductList li').live('click',function() { alert('You just clicked a paragraph!'); });