0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
lib
/
jquery_tiki
/
[
Home
]
File: tiki-jquery.mobile.js
/* $Id: tiki-jquery.mobile.js 32904 2011-02-18 16:36:30Z jonnybradley $ * Glue for Tiki and jquery.mobile.js */ $(document).bind("mobileinit", function() { // override jquery.mobile settings here - e.g. if (typeof mobile_ajaxEnabled !== "undefined") { $.mobile.ajaxEnabled = mobile_ajaxEnabled; } $('[data-role=page]').live('pagecreate', function(event) { if ($("#js_ajax_include").length) { $.getScript( $("#js_ajax_include").text(), function () { // callback after js loaded } ); } }); });
© 2017 -
ZeroByte.ID
.