Showing posts with label jquery. Show all posts
Showing posts with label jquery. Show all posts

Thursday, March 18, 2010

jQuery Manual/documentation

jQuery Manual/documentation 1.4 version in .chm format for download
This is jQuery script manual that I found over the internet. I share and you will be able to develop your web with jQuery that contain jQuery API and documentation . Click the jQuery logo to download.






Thanks to http://charupload.wordpress.com and http://jquery.com/

What is jQuery used for




jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

You may use jQuery under the terms of either the MIT License or the Gnu General Public License (GPL) Version 2.

embedding jquery-1.4.2.min.js or jquery-1.4.2.js or both of them into your code, you can manipulate or using futures of jQuery. You do not need to write a thousand line of javascript code but just include js file into your code. You can used the futures such as CSS,Effect,Ajax,manipulation, and others greatest java

How to get started?? just visit http://docs.jquery.com/Main_Page.

Click HERE to download jquery manual documentation

Tuesday, January 19, 2010

PHP and jquery file upload with progress bar

A very nice code to add into your application, easy to understand and simple to use.
Just configure 1 php script and 1 html script.
Provide tutorial by www.webdeveloperplus.com.

This is a screen shot of my test on it.




Visit http://demo.webdeveloperplus.com/jquery-swfupload/ to download and test it, http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/ to heaving tutorial. http://demo.webdeveloperplus.com/jquery-swfupload/ for the demonstration

Thanks to : http://webdeveloperplus.com