Skip to content

anties/jquery.suckBrowserAjaxUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

jquery.suckBrowserAjaxUpload

suckBrowserAjaxUpload: a very simple (fake) ajax upload plugin by using iframe

usage: $('YOUR_FORM_SELECTOR').suckBrowserAjaxUpload();

settings:
autoUpload - submit or not while file input changes
fileInput - you know
beforeSend - put some actions you'd like to do before submit
complete - put some actions you'd like to do after request has been completed, the first parameter is the returned content from your server, it will be parse to JSON format automatically or remain html when $.parseJSON failed.

About

a very simple (fake) ajax upload plugin by using iframe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published