Recent Posts

0
Comments

Active button in navbar in Jquery Mobile by Yousef_Jadallah

When you add ui-btn-active class to your anchor, it will activate the selected button in your navbar. Moreover, if you'd like to keep it active when you return to it again, you need to add ui-state-persist . jquery mobile framework detects ui-state-persist...
Filed under: , ,
6
Comments

Calculating GridView Fields Using jquery by Yousef_Jadallah

Using jquery library with ASP Controls can be a good practice to handle any client script. Furthermore, using jquery with GridView would be more efficient than using native JavaScript. JavaScript needs a lot of codes, on the other hand, Jquery helps to...
Filed under: ,
10
Comments

Adding jQuery Mobile controls programmatically by Yousef_Jadallah

Normal 0 false false false EN-US X-NONE AR-SA /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style...
Filed under: , ,
7
Comments

jQuery Mobile : Page pre-fetch by Yousef_Jadallah

The latest release of jQuery Mobile beta 2 is characterized by a new added feature. This feature is called Page pre-fetch , which finds the links of the active pages and makes a lazy load for these pages into the DOM beyond the scene before the user clicks...
Filed under: , ,
2
Comments

JQuery Mobile Code Snippets 2 by Yousef_Jadallah

This part is a complement of JQuery Mobile Code Snippets 1 , hope these codes help you. Normal 0 false false false EN-US X-NONE AR-SA /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband...
Filed under: , ,
7
Comments

Grid Layout In Jquery Mobile by Yousef_Jadallah

Today I will explain to you how to use Jquery Mobile Grid layout , which allows to build multiple columns ranges between two to five columns . We need this technique to place small elements side-by-side (like hours, minutes and seconds text box groups...
Filed under: , ,
19
Comments

JQuery Mobile: Fire Mobileinit Event by Yousef_Jadallah

Many people asked that the Mobileinit event didn't work. Simplicity just you need to follow this sequence: < link rel = "stylesheet" href = "http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css" /> < script src = "http://code.jquery...
Filed under: , ,
8
Comments

useFastClick in JQuery Mobile by Yousef_Jadallah

Normal 0 false false false EN-US X-NONE AR-SA /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style...
Filed under: , ,
9
Comments

JQuery Mobile Code Snippets 1 by Yousef_Jadallah

I want to share with you some important codes that you may need during JQuery Mobile development.These codes has been tested on Alpha 4 version. Beta 1 has been released before two days, Therefore I will test them in my current project and inform you...
Filed under: , ,
8
Comments

Microsoft Community Contributor Award - 2011 by Yousef_Jadallah

I have the honor to inform you that I've been awarded the "Microsoft Community Contributor Award - 2011". I received the notification: ------- Congratulations! We’re pleased to inform you that your contributions to Microsoft online technical...
Filed under: ,
More Posts Next page »