jquery - 2 Javascript files conflicting in JQM page -


i trying find way stop conflicts between 2 js files on jqm page. wanting know there way make js file load 1 data-role=page?

call page its' id, example.

$('[data-role=page]#pageid').on('pagebeforeshow', function () {  alert('page id ' + $(this)[0].id + ' here!' }); 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -