jQuery Intro
Last Updated on Monday, 08 March 2010 04:43 Written by Zack Monday, 08 February 2010 15:35
ကြ်န္ေတာ္သိထားသေလာက္ jQuery Basic အေၾကာင္းေလးကို sharing ျပန္လုပ္ေပးခ်င္ပါတယ္။
အခုကြ်န္ေတာ္ေရးမယ့္အေၾကာင္းအရာေတြကို w3schools ကေနျပီး Reference လုပ္ထားတာပါ။ ကြ်န္ေတာ္ jQuery Plugin
တစ္ခုမွမေရးဘူးေသးပါ။ မ်ားေသာအားျဖင့္ေတာ့လိုက္ရွာတယ္ ျပီးေတာ့လိုခ်င္တဲ့အတိုင္း customize ျပန္လုပ္တာမ်ားပါတယ္။
ဒါေပမယ့္ jQuery ရဲ႕ Basic ေလးေတြကိုေတာ့ အနည္းအက်ဥ္းသိထားပါတယ္။ အဲဒီ အနည္းအက်ဥ္းေလးေတြကို
ေ၀မွ်ျခင္းျဖစ္လို႕လိုအပ္တာေတြရွိမယ္ (သို႕) ကြ်န္ေတာ္ေရးတာေတြမွားေနမယ္ဆိုရင္ျဖင့္ Comment
ေလးေတြေပးထားခဲ့ေစလိုပါတယ္
What is JQuery?
JQuery is a new kind of JavaScript Library. (Ref: w3schools)
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating,
and Ajax interactions for rapid web development. jQuery is designed to change the way that you write
JavaScript. (Ref: jQuery)
ဒါကေတာ့ www.jquery.com မွာ JQuery ရဲ႕ Defination ပဲျဖစ္ပါတယ္။ တိုတိုရွင္းရွင္းေျပာရရင္ေတာ့
JavaScript Library တစ္ခုပဲေပါ့
jQuery Feature
- HTML element selections
- HTML element manipulation
- CSS manipulation
- HTML event functions
- JavaScript Effects and animations
- HTML DOM traversal and modification
- AJAX
- Utilities
Adding JQuery Library
JQuery Function ေတြပါတဲ့ JS file တစ္ခုကိုအရင္ဆံုးေပါင္းတည့္ဖို႕လိုပါတယ္
| <head> <script type="text/javascript" src="jquery.js"></script> </head> |
အဲဒီ JQuery JS file ကိုဒီမွာ Download ရယူနိုင္ပါတယ္။
- jQuery minfied
- jQuery regular
အဲဒီ JS file ကိုပဲ Google ကေနယူခ်င္တယ္ဆိုရင္ေတာ့
| <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script> </head> |
ဒါမွမဟုတ္ Microsoft ကေနယူခ်င္တယ္ဆိုရင္ေတာ့
| <head> <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script> </head> |
ေနာက္ post မွာေတာ့ JQuery Syntax ေတြကိုဆက္ေရးပါမယ္
| < Prev |
|---|
Login Form
Latest Post
Categories Table View
- Reader's Conner (133)
- PHP (48)
- Joomla CMS (46)
- Codeigniter (18)
- jQuery (12)
- iDhamma (11)
- Mobile Development (10)
- PHP & AJAX (4)
- Apache (3)
- For Mac (3)
- mySQL (2)
- DhammaDroid (1)
how nice it is for me!!!!!
thanks a lot.......