Uploadify is a JQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of Javascript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a page.
Uploadify
Features
Uploadify
Features
- jQuery Implementation
- Multiple File Upload Capabilities
- SWFObject Integration
- Compatibility with Popular Server-Side Languages
- Highly-Customizable
- Large Support Community
- Extensive Documentation with Examples
Check it out JSFIDDLE !!
Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)
You don't need jQuery for that purpose you can use the pure JavaScript
function getParameterByName( name )
{
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return decodeURIComponent(results[1].replace(/\+/g, " "));
}
Credit to Artem Barger
You can have the JQuery Intellisense following this steps:
- Download from the JQuery site the file jquery-1.4.1-vsdoc.js, search for the Visual Studio link near the release link
- Add the file to your project
- Change your js file and add to the top of the file:
![]()
Reference :http://devcoma.blogspot.com/2010/08/how-to-add-jquery-intellisense-to-js.html