I suspect that the real issue here is that some code you have that zebra-stripes your table is not running. Are you certain that the classname is removed? Because it's likely that it's simply a matter of your code not being run on newly-injected mark-up in the DOM. It is, after all, the single most frequently experienced problem that people run up against, AFAICT.
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F If this isn't the case, and if you have Firebug installed, have a look for your classname with that. Or, you can "view generated source" with the web developer FF extension. Also, it'd be a lot better to post your HTML, rather than a PHP script. On Mon, Feb 23, 2009 at 5:55 PM, GrootBaas <fj.lu...@gmail.com> wrote: > > Please Guys, I really need some help on this one! > > On Feb 23, 3:09 pm, GrootBaas <fj.lu...@gmail.com> wrote: >> Looking at the final result in real time may be helpful .... >> >> http://screencast.com/t/qiE8qcMoqY2 >> >> On Feb 23, 3:03 pm, GrootBaas <fj.lu...@gmail.com> wrote: >> >> > Hi all, >> >> > I would appreciate any information to help me solve this issue ... >> > Thank you in advance fro your time ... >> >> > I have a table in my view ... >> >> >http://screencast.com/t/z9zFsVN2Bn >> >> > Then, in my controller, I amend another table, and the table structure >> > is as follows ... >> >> >http://screencast.com/t/FxrsrJpnXs >> >> > In my view, I amend the new table via an AJAX call as such ... >> >> >http://screencast.com/t/6TdyV1B0 >> >> > My problem description ..... >> >> > Everything works fine, except that my class=\"stripeMe\" seems to be >> > removed after my first AJAX call. >> >> > Any ideas?