I\'m working on a jQueryMobile application with some form fields that need auto complete functionality. I\'m working with jQueryUi Autocomplete plugin but can\'t get it to w
$('div').live('pagebeforecreate',function(event,ui){ // do something in jquery });