Notes about Web design and front-end development :)
jQuery(document).ready(function($){ window.isMobile = function () { // your function logic goes here }; });
jQuery(document).ready(function($){ var mobile = isMobile(); console.log(mobile); });
No comments:
Post a Comment