jQuery not noticing new nodes

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
psurrena
Forum Contributor
Posts: 355
Joined: Thu Nov 10, 2005 12:31 pm
Location: Broolyn, NY

jQuery not noticing new nodes

Post by psurrena »

I am working on a project similar to the photo manager demo(http://jqueryui.com/demos/droppable/#photo-manager). The one addition I have is the items that are dragged to the other container are search results. This means, non of the new nodes (search results) are there when the page first renders.

I am using a similar technique that Andrew Rowland uses in the upper right corner of his page (http://www.andrewrowland.com). This uses the Lucence engine w/ Codeigniter and it works amazingly except for the problem mentioned above.

Does anyone know how to get jQuery to notice new nodes?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: jQuery not noticing new nodes

Post by Weirdan »

Post Reply