All posts by
navbar
fieldcontain
collapsible
dialog
page
.Javascript general
type=”text/javascript”
Include javascript file
<script src="conversations/conversations.js" type="text/javascript"></script> If you are working with external documents be aware that the script tags on the external documents loaded via AJAX won't be executed unless the user is accessing the website from a page other than the home page, so everything should be declared in one JavaScript external file and linked […]
mobileinit
mobileinit Event The mobileinit event is like the normal 'load' and 'ready' jQuery events.It is fired after the jQuery Mobile framework is loaded into memory and just before rendering the UI elements. You can use the event to change some of the UI global preferences. The order of a jQuery Mobile documents event execution is normally: mobileinit […]
.Framework General
Creating Content The JQuery Mobile is an HTML5 framework. The best way to create content to avoid incompatibilities is to use non intrusive HTML5, not by using javascript unless you are targeting modern devices in which case it is safe to create content using JavaScript and AJAX instead of markup directly. The jQuery Mobile object jQuery […]