hybris77 wrote:
> anyone. Please look at the following example, useless code since it's
> just
> grabbing, html and putting it back again but I need to do this and
> more inbetween
> 
> my problem is that it's just not working, my browser kindof crashing,
> not
> completely but nearly
> 
> 
>         var mol_elements = $( '#molecules_holder' ).html();
> 
>       $( "#molecules_holder" ).empty();
> 
>       $( "#molecules_holder" ).append( mol_elements );
> 
> 
> /pär
> 

That's should working. Try to do it in Firebug Console tab. It is a good
debugging environment.

--
Donny Kurnia
http://hantulab.blogspot.com
http://www.plurk.com/user/donnykurnia

Reply via email to