[jQuery] Altering cloned HTML's ID values

2010-01-12 Thread Sloan Thrasher
Hi, I've got a table where I'm adding rows using clone and appendTo. After cloning, I need to change the ID of elements in the cloned HTML. How can I do that? Sloan

[jQuery] Apply CSS to dynamic content after it loads

2009-09-28 Thread Sloan Thrasher
Hi! I've got a page that loads dynamic content, sometimes including links. The CSS seems to apply to the loaded CSS, except for a rule that adds an offsite icon to the end of the link. I've used Firefind to verify the css selector in the css, and it applies to the correct elements, but the

[jQuery] Need some help with Drag 'n Drop (jquery.event.drag-1.0.js)

2008-08-20 Thread Sloan Thrasher
Hi all, I'm bit of a jQuery newbie, and I'm trying to implement a custom page designer. I want to have tool on the left that the user can drag onto the workspace and drop, placing the item where dropped. I found the plug-in jquery.event.drag-1.0.js, and am trying to get that to work. I setup