1 / 9

Jquery (write less do more)

Jquery (write less do more). What is jquery?.

apetersen
Télécharger la présentation

Jquery (write less do more)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Jquery(write less do more) Palestinian Land Authority IT Department By Salam Turkman

  2. What is jquery? jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 . Used by over 27% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today. Palestinian Land Authority IT Department By Salam Turkman

  3. Why I should use jQuery? • Simple. at the source code of a page using jQuery you’ll see how easy it is to use, how much it accomplishes in so few lines of code, and how grateful it is. Palestinian Land Authority IT Department By Salam Turkman

  4. features of jQuery • DOM element selections functions • DOM traversal and modification • Events • CSS manipulation • Effects and animations Palestinian Land Authority IT Department By Salam Turkman

  5. What about the code? • The code looked almost simple. Like nothing I had seen before. It made sense. • I started reading through the documentation and was amazed to see how much could be done with so little extra code. Palestinian Land Authority IT Department By Salam Turkman

  6. When you can use jQuery? • You should use jQuery when you need: • A small library that gives you powerful control over the Document Object Model • With very little effort or work on your part • Or • Quick access toAJAX • Without a lot of bloat (overhead - wasted code) • And some basic animation effects to spice things up Palestinian Land Authority IT Department By Salam Turkman

  7. Where to get it? You can download the source code, a lot of plugins and read some excellent tutorials at the jQuery website. Palestinian Land Authority IT Department By Salam Turkman

  8. jQuery Demos • jQuery demo examples are very usefull in learning jQuery from scratch. You may also use the ready to use code test and modify it according to your requirement. Palestinian Land Authority IT Department By Salam Turkman

  9. jQuery Examples jquery slideshow jquery menus jquery alert jquery tabs jquery text editor jquery datepicker jquery grid jquery drag and drop Palestinian Land Authority IT Department By Salam Turkman

More Related