Hisham Elbreky
Simulate The Nature
Sign in
|
Join
Home
Contact
About
RSS
Atom
Search
Tags
.NET
ADO.NET
Agile
AJAX
ASP.Net
Azure
C#
cloud computing
CSS
General Software Development
IaaS
JavaScript
JQuery
LINQ
MVC
SharePoint
SQL Server
wcf
Windows Azure
WPF
WWF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2012 (1)
May 2011 (1)
January 2011 (1)
September 2010 (1)
August 2009 (1)
July 2009 (2)
June 2009 (3)
July 2008 (3)
May 2008 (3)
April 2008 (1)
March 2008 (2)
February 2008 (5)
January 2008 (1)
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:
CSS
,
ASP.Net
,
JavaScript
,
AJAX
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:
CSS
,
ASP.Net
,
JavaScript
,
AJAX
More Posts