-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stefano Vazzoler edited this page Aug 11, 2018
·
9 revisions
Welcome to the NJQ wiki!
Here you can find a short introduction to all the functions from the NJQ library.
You can download this library on this page and you can run tests on this page.
Here is a list of all the articles:
Special
Operators
- select()
- html(newHtml)
- addClass(newClass)
- removeClass(oldClass)
- toggleClass(className)
- hasClass(className)
- style(property, newValue)
- val(newValue)
- prop(property,newValue)
- event(event, callback)
- onClick(callback)
Ajax
- post(url,data,onSuccess,onFail,isJson)
- get(url,data,onSuccess,onFail)
- ajax(url,method,data,onSuccess,onFail,contentType,isJson)
Utilities
Go back to the homepage
Special
Operators
Ajax
Utilities