Recent Posts

1
Comments

jQuery Mobile Cookbook - Book Review by Yousef_Jadallah

It is a pleasure to work on jQuery Mobile Cookbook with Packt Publishing - one of the most prolific and fast-growing tech book publishers in the world. This was my first experience to work as a technical programming books reviewer. Actually, I found it...
5
Comments

AddThis - contains too many device filters error by Yousef_Jadallah

When using AddThis service with asp.net, some exceptions will throw like these: The string 'fb:like:layout' contains too many device filters. There can be only one. The string 'g:plusone:size' contains too many device filters. There can be only one. You...
0
Comments

jQuery Mobile Download Builder by Yousef_Jadallah

Now you can customize your jQuery Mobile download by selecting the specific modules you need by using jQuery Mobile Download Builder that was released yesterday June 30, 2012. You can select a specific form element, transition type, widget and some core...
2
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: , ,
10
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: ,
15
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: , ,
10
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: , ,
3
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: , ,
10
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: , ,
24
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: , ,
More Posts Next page »