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
Post a Comment