[jQuery] Re: Using Queue

2009-07-25 Thread Lukas Lt
Why not to simply place them into head 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 shaolinfin...@gmail.com wrote: Hi Guys I have 4 scripts I want to load

[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 raju3...@gmail.com wrote: Hi i want a jquery plugin to view word files, can somebody help me out in this regards Warm

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

2009-07-25 Thread Lukas Lt
cant you use span id=originaloriganal html/span' 'span class=newhtml to be replaced /span' $('#original').html ($('.new').html ()); $('#new').delete(); if you don need it anymore. On 24 Lie, 15:56, Sourabh sourabhmkulka...@gmail.com wrote: Thanks for your help Ok I have  a scenario like

[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 st...@juststeve.com wrote: I'm hoping someone can help me narrow down the field according