is any one can help how to fix this one... I already inserted , but if i select nothing happens..
You must call display function after page load! In script
(function($) { function disply(){ /*YOUR DISPLAY CODE*/ }; $(function() { disply(); }); }(jQuery));