Pages
-
Recent Posts
- Which Would You Rather Have: The Planet, Or A Patent?
- How Copyright Would Make The ‘Singularity’ Infringement If It Ever Arrived
- Network Analysis Reveals Apparent (And Legally Questionable) Attack On Torrent Networks
- Court Dumps Patent Lawsuit Against Tons Of Online Retailers
- Java: Jury Says Google Did Not Infringe / Comprehensive JVM Options List
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
Category Archives: jQuery
PHPHOST BLOG
Web Hosting Related Articles You May Need
jQuery: Load Page in a Div
Loading an external page in a div using jQuery is as simple as calling the jQuery Load method. The Load() method loads data from the server and places the returned HTML into the matched element.Assuming you have a Div called ‘divOne’ and an anchor … Continue reading
Posted in jQuery, Syndicated
Leave a comment
jQuery: Load Page in a Div
Loading an external page in a div using jQuery is as simple as calling the jQuery Load method. The Load() method loads data from the server and places the returned HTML into the matched element.Assuming you have a Div called ‘divOne’ and an anchor … Continue reading
Posted in jQuery, Syndicated
Leave a comment
jQuery: Numbering an Unordered List
Here’s a very simple script which adds numbers sequentially to an unordered list using jQuery
Let us assume you have an unordered list as shown below:
To add numbers to it sequentially, use this code:
<script type=”text/javascript”
src=”http:… Continue reading
Posted in jQuery, Syndicated
Leave a comment
jQuery: Numbering an Unordered List
Here’s a very simple script which adds numbers sequentially to an unordered list using jQuery
Let us assume you have an unordered list as shown below:
To add numbers to it sequentially, use this code:
<script type=”text/javascript”
src=”http:… Continue reading
Posted in jQuery, Syndicated
Leave a comment
jQuery size() vs length
I have seen a lot of jQuery developers getting confused over the usage of the jQuery size() function and length property. Both of these return the count of elements on the page or jQuery object.
jQuery documentation however says that the length propert… Continue reading
Posted in JavaScript, jQuery, Syndicated
Leave a comment
jQuery size() vs length
I have seen a lot of jQuery developers getting confused over the usage of the jQuery size() function and length property. Both of these return the count of elements on the page or jQuery object.
jQuery documentation however says that the length propert… Continue reading
Posted in JavaScript, jQuery, Syndicated
Leave a comment
jQuery: Editable Combo Box
I stumbled across a cool jQuery plugin that allows you to have editable combo box (HTML Select element). Using this plug-in, you can add, remove and edit items from the list.
Although the plug-in demos have clear instructions on how to setup the plug-i… Continue reading
Posted in ASP.Net, jQuery, Syndicated
Leave a comment
jQuery: Editable Combo Box
I stumbled across a cool jQuery plugin that allows you to have editable combo box (HTML Select element). Using this plug-in, you can add, remove and edit items from the list.
Although the plug-in demos have clear instructions on how to setup the plug-i… Continue reading
Posted in ASP.Net, jQuery, Syndicated
Leave a comment
Parsing XML using jQuery
I was recently asked if there was a simple way to parse XML using jQuery. My answer was I would always prefer serializing my data to JSON and then read it using jQuery. However if you do not have that option available for some reason, here’s a simple… Continue reading
Posted in jQuery, Syndicated
Leave a comment
Parsing XML using jQuery
I was recently asked if there was a simple way to parse XML using jQuery. My answer was I would always prefer serializing my data to JSON and then read it using jQuery. However if you do not have that option available for some reason, here’s a simple… Continue reading
Posted in jQuery, Syndicated
Leave a comment
LATEST NEWS
