Skip to content

A lightweight Ajax framework that simplifies ajax requests with the help of HTML 5 data attributes.

License

Notifications You must be signed in to change notification settings

shaw3257/jquery-ajax-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jquery-ajax-it

A lightweight Ajax framework that simplifies ajax requests with the help of HTML 5 data attributes.

My Form:

<div class="container">
    <form class="ajax" action="/api/test" method="post" data-cb="Namespace/testcb">
        <input type="submit"/>
    </form>
</div>

My Callback

Namespace:
  testcb: (isSuccess, data) ->
    alert(isSuccess)

Ajax it!

$('.container').ajaxIt()

About

A lightweight Ajax framework that simplifies ajax requests with the help of HTML 5 data attributes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published