Just converted to v2 libraries and now getting an error "Uncaught TypeError: undefined is not a function" in Appery.js line 745. Something about "$.mobile.slider.prototype.enhanceWithin(child);"
It also gave me an error on the following that I was using to make popups transparent
"$('div[data-role="dialog"]').live('pagebeforeshow', function(e, ui) {
ui.prevPage.addClass("ui-dialog-background ");
});".
Again its saying undefined is not a function and the cursor is positioned at the ".live"
Can you help please ?