Welcome Guest, Not a member yet? Register   Sign In
Mootools, Scriptaculous, Prototype, YUI or JQuery?
#47

[eluser]maadmac[/eluser]
[quote author="inparo" date="1203839201"]Functions like 'one' and 'map; or selectors such as 'lt' and 'gt' really tell you nothing about their behavior.[/quote]

Ah, so it is. Fair enough.

Quote:Someone recently pointed me at the get() method, so that statement has lost some of it's meaning.

get() is marvelous.

Quote:What I meant was that you can manipulate what you have on the stage very well. But generating new content is a real pain.

Generating new content to insert into the DOM, you mean? Usually this involves either static introductions or AJAX calls, and in both cases I've found jQuery to be the simplest and most intuitive. You can create your markup on the fly using the factory function:

Code:
$("<div class="item">Content</div>").appendTo("body");

Alternatively, the load() method is as simple as AJAX gets; $.post, $.get and $.ajax cover the rest of the bases. There's also this terrific plugin called livequery that lets you assign event handlers to content that hasn't yet been loaded into the DOM. It's a life-saver:

livequery

Quote:No doubt about it. Although...

Touche! That's quite a pedigree.


Messages In This Thread
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 08-07-2007, 03:01 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 08-07-2007, 03:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 08-07-2007, 03:40 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 11:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 11:32 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 12:09 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 02:15 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 02:55 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 07:45 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 09:02 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:53 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:56 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 11:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 06:25 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:01 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:09 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-26-2008, 04:37 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-26-2008, 06:18 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 08:22 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 12:22 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 01:22 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 03:35 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-31-2008, 04:41 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-31-2008, 05:40 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-01-2008, 03:43 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-01-2008, 08:59 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-06-2008, 04:01 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-06-2008, 05:29 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-07-2008, 07:13 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-07-2008, 07:44 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-07-2008, 07:49 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-08-2008, 03:11 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-08-2008, 10:08 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-09-2008, 12:51 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-09-2008, 08:11 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-10-2008, 09:35 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-10-2008, 10:50 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 01:13 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 06:13 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 06:33 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 08:03 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-22-2008, 01:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-22-2008, 07:58 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-22-2008, 08:38 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-23-2008, 05:25 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-23-2008, 07:46 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-23-2008, 08:40 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-24-2008, 10:21 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-25-2008, 07:52 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-07-2008, 09:49 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-07-2008, 10:01 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-07-2008, 11:43 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-09-2008, 08:16 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-09-2008, 10:46 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 04-07-2008, 07:49 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 04-08-2008, 04:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB