Archive for the ‘JQuery’ Category

Page 3 of 3123

AJAX Post method example using javascript & jQuery

Usually AJAX requests are send through GET method. This is because there are few parameters that one send while sending a request through AJAX and also it is relatively easy to create and send a GET method request. Following code is used generally to create a GET request through AJAX. function getXMLHttpRequestObject() { var xmlhttp; /*@cc_on @if (@_jscript_version >= 5) try ... Full story

Creating orkut style status update div-textbox using jQuery.

Creating orkut style status update div-textbox using jQuery.
You must have seen orkut style status update box where in the details can be modified by clicking on it. Once user click the details, details gets populated inside a textbox and an update button. Once update button is clicked, the data gets updated in database. Similar status update box is available in wordpress ... Full story
Page 3 of 3123
Copyright © 2010 ViralPatel.net. All rights reserved.