Sep 2010 Palestinian Land Authority IT Department By Salam Turkman1 Jquery (write less do more)

Slides:



Advertisements
Similar presentations
By ishaq shinwari.  jQuery is a lightweight, "write less, do more", JavaScript library.  The purpose of jQuery is to make it much easier to use JavaScript.
Advertisements

JQuery CS 380: Web Programming. What is jQuery? jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling,
School of Computing and Information Systems CS 371 Web Application Programming jQuery.
Vishal Kumar 06131A1258. Why you’re going to love jQuery!
CS428 Web Engineering Lecture 15 Introduction to Jquery.
ICS 665 Jesse Abdul. jQuery UI Overview  jQuery UI javascript library Includes all UI component functionality  jQuery UI CSS framework Includes standard.
JQuery. What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversing and manipulation event handling.
Fundamentals, DOM, Events, AJAX, UI Doncho Minkov Telerik Corporation
Pengantar Teknologi Internet W15: Advanced Scripting.
Definition from Wikipedia.  The Prototype JavaScript Framework  implemented as a single file of JavaScript code  named prototype.js (
Agenda What is AJAX? What is jQuery? Demonstration/Tutorial Resources Q&A.
Course review BTM 395: Internet Programming. What you have learnt in this course.
KRAD makes it easy to handle HTML events in your webpage. Kuali University: Apply Now Lab 6: Fun with HTML Events Lab Objectives HTML Events – what are.
Day 17. » Client side and Server side » Since PHP is Server side and can output anything we want, we can output to JS. » With JS libraries, we can create.
A really fairly simple guide to: mobile browser-based application development (part 4, JQuery & DOM) Chris Greenhalgh G54UBI / Chris Greenhalgh.
By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.
13. jQuery See the official documentation at  See the terse API documentation at
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
Jquery Nasrullah. Jquery jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn.
JavaScript Framework for Rich Apps in Every Browser Maura Wilder Joan Wortman
JavaScript Frameworks Presented by Kyle Goins Also see:
Conor Russomanno & Elizabeth Umbrino. A popular free Javascript Library Released in January 2006 At BarCamp, an international network of user-generated.
JQuery Fairway Code Brew. Agenda What is jQuery? No, really, what is it? Show me something cool Why should I use it? Disturbing photo More features FlexBox.
Dreamweaver 8 Introduction What you can do with Dreamweaver 8 What's new in Dreamweaver 8.
Animation & Effects Using JQuery. What is jQuery? jQuery is a lightweight, JavaScript library. The purpose of jQuery is to make it much easier to use.
JQuery Youn-Hee Han
. Taught by: Muhammad Ali Baloch midahot. WHAT IS JQUERY JQuery is a fast, small, and feature-rich JavaScript library. Simplifies the interaction between.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
Unleash the Power of jQuery Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Fundamentals, Ajax, Templates, UI Doncho Minkov Telerik Corporation
JQuery Introduction © Copyright 2014, Fred McClurg All Rights Reserved.
JavaScript Library. What is jQuery jQuery is a lightweight JavaScript library. The purpose is to make it easier to use JavaScript code on your website.
Unleash the Power of jQuery Learning & Development Team Telerik Software Academy.
JQuery JavaScript is a powerful language but it is not always easy to work with. jQuery is a JavaScript library that helps with: – HTML document traversal.
Intro to jQuery. What is jQuery? A JavaScript library Lightweight (about 31KB for the minified version) Simplifies HTML document traversing (DOM), event.
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
Unit 13 –JQuery Basics Instructor: Brent Presley.
Introduction to jQuery. 2 Objectives When you complete this chapter, you will be able to: Select elements using jQuery syntax Use built-in jQuery functions.
Web Technologies Lecture 8 JQuery. “A fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax.
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
JQuery “write less, do more”. jQuery - Introduction Simply a JavaScript library to simplify JavaScript programming itself Wraps long standard JavaScript.
KAPITA SELEKTA INFORMATIKA Lasmedi Afuan, ST.M.Cs.
Agenda 1)Modern web standards overview 2)JavaScript library overview 3)Building a Single Page Application SPA.
CSCI 3100 Tutorial 5 JavaScript & Ajax Jichuan Zeng Department of Computer Science and Engineering The Chinese University of Hong.
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
Best Institutes offering Software Development courses.
JQuery.
JQuery Fundamentals Introduction Tutorial Videos
What is jQuery?.
12/04/12 JQuery I took these slides from the site because they were pretty good looking. Instructions for editing school and department titles: Select.
User Interface Design and Usability jQuery, jQuery UI & jQuery Plugins
JQuery.
JQUERY Online TRAINING AT GOLOGICA
The Cliff Notes Version
jQuery The Easy JavaScript Nikolay Chochev Technical Trainer
JQuery with ASP.NET.
..
JavaScript and the DOM MIS 2402 Jeremy Shafer Department of MIS
Javascript and JQuery SRM DSC.
Document Object Model.
Introduction to JavaScript & jQuery
Class 4: Building Interactive Web Pages
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
JavaScript and the DOM MIS 2402 Maxwell Furman Department of MIS
Presentation transcript:

sep 2010 Palestinian Land Authority IT Department By Salam Turkman1 Jquery (write less do more)

sep 2010 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 Used by over 27% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.

sep 2010 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.

sep 2010 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

sep 2010 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.

sep 2010 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 to AJAX Without a lot of bloat (overhead - wasted code) And some basic animation effects to spice things up

sep 2010 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 websitejQuery website.

sep 2010 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.

sep 2010 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