Skip to content

vijaytanwar/query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

query

Light weight jQuery like library, limited on feature, but you will find most of the DOM manipulation functions in this library. This library provides number of reusable javascript function which you can utilise in your project.

Functions supported by this library

  • ready function: query(document).ready(function(){//code});
  • find function: query(selector).find(child-selector)
  • first function: query(selector).first()
  • addClass
  • removeClass
  • hasClass
  • append: query(selector).append(html string)
  • html: query(selector).html(html string)
  • on: query(selector).on(event, callback)
  • off: query(selector).off(event, callback)
  • each: query(selector).each(element, index)
  • trigger: query(element).trigger(event, data)
  • prop: query(element).prop("checked",true);
  • attr
  • data
  • css

I am still updating this library, so keep watching for new updates. And you are welcome to enhance this library. My Email: Vijaytamar@live.in

About

Light weight jQuery like library, limited on feature, but you will find most of the DOM manipulation functions in this library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors