June 2009 - Posts

0
Comments

Swaplist [JQuery Plugin] by Hisham El-bereky

A few days ago I developed Jquery plugin, it was very useful to use it in client side, the plugin generate UI for two lists and give you ability to swap items between them Plugin have methods to initialize it with data or get data from it, data is represented...
2
Comments

JQuery Tips by Hisham El-bereky

Selectors: Getting text box value $(“#TextBoxId”).val(); Chang or set label text $(“#LabelId”).text(“Your Text”); Set control CSS “i.e td border width” $(“#td_id”).css('border-width', '1px'); Animation: Display DIV element with animation $("#div-id")...
Filed under: , , ,
0
Comments

An entry to JQuery by Hisham El-bereky

JQuery is a JavaScript library simplify using JavaScript in client side, with JQuery you can handle document objects where you can select and change style or behavior in easy way, I think JQuery as a successful JavaScript Library will play a big role...
Filed under: , , ,
More Posts