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