Welcome Guest, Not a member yet? Register   Sign In
AJAX Libraries - Continuous Forms
#19

[eluser]slowgary[/eluser]
Interesting article. The += wasn't the big speed killer of the article, it was appending a new node to a new node and then appending them both to an existing node VS appending a whole strong of markup to an existing node. It makes sense though as the first method is creating separate objects. Either way, in your case it won't play a big role as you're not doing any of it 1000 times inside a loop.

What are you trying to do? Animate the addition of elements too? Sheesh. ;-)

Rather than call the hide() method on the newly appended item, I'd just specify display: none for .item in your CSS, that way every item is hidden by default. Then you can call show() or fadeIn().

How does that work so far? Do you have it live anywhere?


Messages In This Thread
AJAX Libraries - Continuous Forms - by El Forum - 06-03-2009, 03:15 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-03-2009, 03:33 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-03-2009, 05:12 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-03-2009, 05:54 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 10:57 AM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 12:01 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 12:29 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 12:46 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 12:48 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 03:10 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 03:26 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 04:01 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-04-2009, 08:49 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 02:31 AM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 08:22 AM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 03:12 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 03:16 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 03:35 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 06:27 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-05-2009, 06:31 PM
AJAX Libraries - Continuous Forms - by El Forum - 06-06-2009, 12:25 AM
AJAX Libraries - Continuous Forms - by El Forum - 06-06-2009, 01:05 AM
AJAX Libraries - Continuous Forms - by El Forum - 07-11-2010, 07:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB