|
you are trying to apply css to something that isn;t in the DOM.
$.css() uses inline style attribute so if there is no html inline the
attribute can't be applied can you add class name to html server side and use css to pad? if not you could add class to exisitng td's before insertion of new html, insert your AJAX, then do something like $("td").not('existTDClass').css(............. Julien wrote: Hello, i'm trying to find out how to edit (manipulate DOM) of an HTML ajax result. |
- [jQuery] How to manipulate an object containaing HTML Julien
- [jQuery] Re: How to manipulate an object containaing HT... Cyril Lopez
- [jQuery] Re: How to manipulate an object containaing HT... Charlie

