My Jquery dual list box isn't working when I call a page via ajax. But if I navigate to the page, the Jquery works. I've used the .live code but that doesn't seem to work. Any suggestions. The below code, I thought would work, but it doesn't.
$(function(){
$('.button').live('click', function(){
$(function() {$.configureBoxes();});
} );
});
Here is the dual list box I am using.
http://www.meadmiracle.com/dlb/DLBPlugin.aspx