[jQuery] Re: Apply CSS to dynamic content after it loads

2009-09-29 Thread Sloan
Hi Charlie, I got it working. I had a typo in the css after the selector. Thanks though! Sloan On Sep 28, 1:51 pm, Charlie Griefer wrote: > you can chain on an .addClass('myClassName') ?

[jQuery] Re: POSTing an html input field in an auto-complete jquery field.

2009-10-04 Thread Sloan
Hi Mark, Could you post your code for onlookup? It would help to see the javascript code to see if any of it deals with jQuery changes. Sloan

[jQuery] Loading html into divs that include JS

2008-06-27 Thread Sloan
how I can make this work? TIA! Sloan

[jQuery] Apply CSS to dynamic content after it loads

2009-09-28 Thread Sloan Thrasher
ct elements, but the icon doesn't show up. Is there anything I need to do after loading the dynamic content to apply the css? Sloan

[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] 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 set