![]() |
Mootools
Ok so I downloaded Mootools...
All I have to do is include this outside script and that's it?? mootools-1.2.2-core-nc.js.txt Then just start learning how to use its syntax? |
It should end in a JS extension, not a TXT extension, shouldn't it? But yes, once included you're good to go.
|
Quote:
That's what I thought, for some reason it downloaded as .txt extension but I will rename it to .js They weren't kidding about being compact! |
Although I was a "Mootool'er" at first, I must recomend you to use jQuery. First of all, it's much more used, and there's alot more tutorials on it. In fact, if you check out blog.themeforest, and search for jQuery, there's a "jQuery for beginners" - a HUGE 15(16 actually) part series that will start you off from SCRATCH!
Anyways, if you still wanna go with Mootools, it's just to import it with a link tag in the HTML page. |
Quote:
I think there was another fellow in here too that suggested jQuery.... I hope it's not bloated!!! |
Quote:
I highly recommend it. |
Quote:
http://jquery.com/ It's amazing, whether it's jquery, mootools etc, we are learning yet another set of language instructions in order to program in another language.... Will there be a super jQuery to interact with jQuery so it can use JS functions? haha....:-P |
Well the reason we learn this is to expedite the process of writing JS, for instance we were to want to send an ajax POST request via jQuery we'd simply do
Code:
$.post('file.php',{postInfo: dataVar}, function(data){ alert('foo'); });Code:
var http_request = false; |
Quote:
WOW!! Big difference.... Thanks.... I just hope the learning curve isn't steep for a JS newbie... |
Quote:
|
Quote:
PS: I had some issues using complex Mootool's Ajax with Safari. Next they removed some functions with next version, that were clearly not OK from start, so thinks stopped working after upgrade. Feels like MS. |
Yeah jQuery is amazing, I've made a quite a few plugins for it.
|
| All times are GMT. The time now is 05:20 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0