[jQuery] Re: find() not working in Firefox

2009-07-25 Thread Lukas Lt
cant you use origanal html' 'html to be replaced $('#original').html ($('.new').html ()); $('#new').delete(); if you don need it anymore. On 24 Lie, 15:56, Sourabh wrote: > Thanks for your help > > Ok I have  a scenario like this - > > I have an array with > > ['origanal html' ]['html to be r

[jQuery] Re: Which editor is best for inplace HTML

2009-07-25 Thread Lukas Lt
Try CKeditor http://ckeditor.com/ It is the newest (yet RC) version of famous FCK editor. As far as I have used it, no problems at all :) Check put new skin they created :) On 24 Lie, 22:35, Steve Hueners wrote: > I'm hoping someone can help me narrow down the field > according to these prioriti

[jQuery] Re: How to deterine number of words in a string?

2009-07-25 Thread Lukas Lt
Well you can replace '!, into spaces and then count Also I'd do a loop and remove empty elements (if multiple paces was in text) before counting. On 24 Lie, 13:25, Raju wrote: > Hi > > i want a jquery plugin to view word files, > > can somebody help me out in this regards > > Warm Regards, > >

[jQuery] Re: Using Queue

2009-07-25 Thread Lukas Lt
Why not to simply place them into of the page They will be loaded in the same order as you put them into head Or use http://plugins.jquery.com/project/jquery-plugins to dynamically load them On 24 Lie, 18:52, shaf wrote: > Hi Guys > > I have 4 scripts I want to load and insert into the html. S