Get control id using pageid in jquery mobile -


i new jquery mobile.

i using multipage template various transition effect.

here way control id using page id.

$(".page1.submit").live("click", function (event, ui) {

});

$(".page2.submit").live("click", function (event, ui) {

});

because using 5 6 pages in single html. avoid duplicate need above that.

thanks in advance


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -