[jQuery] FCKEditor Plugin and Validation Plugin

2010-01-30 Thread David .Wu
http://www.fyneworks.com/jquery/FCKEditor/ The FCKEditor home page mentioned it support the Validation Plugin, but when I use both of it, but even I type many words on the textarea which replaced by the FCKEditor via FCKEditor Plugin, it's always shows the error message that the field is empty,

[jQuery] (validate) Validation following server-side submit

2010-01-30 Thread Aaron Gusman
As you all know, validating on the client-side only can be easily hijacked by disabling javascript. For this type of validation I am using the jquery validator plugin http://docs.jquery.com/Plugins/Validation. When all client-side validations are successful, and the form is submitted to the

[jQuery] Countdown timer needed

2010-01-30 Thread Erik
I am looking for countdown timer - Text based that I can format with CSS. I want to offer same day shipment if orders are received before 3pm EST. I thought it would be cool to show how much time is left for the day with a countdown timer until 3pm every day. The countdown timer needs to reset

[jQuery] Re: Countdown timer needed

2010-01-30 Thread Roddie Grant
On 30/1/10 15:26, Erik eriks...@mac.com wrote: I am looking for countdown timer - Text based that I can format with CSS. I use one from http://keith-wood.name/countdown.html. Apart from Keith's site, you can see how I use it at http://www.pickthebucket.org.uk/buckets/buckets_Vw.lasso The one

[jQuery] 1.4.1 bug? jwysiwyg uncaught exception

2010-01-30 Thread brian
jquery-1.4.1 Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7 Using Scott Storborg's fork of jwysiwyg [1], when loading a form through $.ajax() the editor area cannot get focus. If I open the source pane and type in there, once I then close

[jQuery] Re: 1.4.1 bug? jwysiwyg uncaught exception

2010-01-30 Thread brian
A little update to this. I tried a different approach, hiding the form at the bottom of the page and appending it below a particular comment when a reply button is clicked. It seems that even just using append() will cause the same misbaheviour. That is, if I do not hide the form on page load, it

[jQuery] Re: 1.4.1 bug? jwysiwyg uncaught exception

2010-01-30 Thread brian
My apologies. I meant to also say that I tried it using jquery-1.3.2 with the same bad result. So I have no clue where the trouble lies. On Sat, Jan 30, 2010 at 11:04 PM, brian zijn.digi...@gmail.com wrote: A little update to this. I tried a different approach, hiding the form at the bottom of