jQuery Intro
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 ေတြကိုဆက္ေရးပါမယ္
XMap(Sitemap Component) (Joomla 1.5)
Sunday, 07 February 2010 08:54

ကြၽန္ေတာ္ ဒီေန႕ သူငယ္ခ်င္းတစ္ေယာက္ကို joomla based site ေလးတစ္ခု ကူလုပ္ေပးရင္း sitemap
အတြက္ component ေကာင္းတစ္ခု ေတြ႔လိုက္ပါတယ္။
အဲဒါကေတာ့ XMap ပဲျဖစ္ပါတယ္။ 1.0 ေရာ၊ 1.5 အတြက္ပါရႏိုင္ပါတယ္။
ဒီမွာ Download လုပ္ႏိုင္ပါတယ္။
To Find Duplicate Rows
Tuesday, 02 February 2010 08:16
တစ္ခါတစ္ေလမွာ Database Table ထဲက Duplicate records ေတြကို ရွာရတာမ်ိဳးကို ၾကဳံလာႏိုင္ပါတယ္။ ကြၽန္ေတာ္ကေတာ့ ဒီလို
Query ေလးေရးျပီ ရွာတယ္ဗ်ာ။
group by column1 HAVING count(column1) > 1
သူငယ္ခ်င္းတို႔ေရာ ဘယ္လိုနည္းနဲ႔ ရွာလဲ ? Comment မွာေရးေပးခဲ့လို႕ရပါတယ္။
More Articles...
Page 51 of 85
«StartPrev51525354555657585960NextEnd»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)