[jQuery] Re: IF. What am I doing wrong?

2009-12-12 Thread morwo
On Dec 6, 8:31 am, Rafa³ Pocztarski wrote: > 2009/12/3 shapper : > Try using === instead of == This is PHP operator, isn't it? And we're talking here about javascript. Is there such operator in JS? O.o I'd rather write it like that: if( typeof(cookie) != 'undefined' && (cookie == null || cookie

[jQuery] Re: IF. What am I doing wrong?

2009-12-12 Thread morwo
On Dec 6, 8:31 am, Rafał Pocztarski wrote: > 2009/12/3 shapper : > Try using === instead of == This is PHP operator, isn't? And we're talking here about javascript. Is there such operator in JS? O.o I'd rather write it like that: if( typeof(cookie) != 'undefined' && (cookie == null || cookie ==

[jQuery] Re: Problems with quotes

2009-11-20 Thread morwo
Is the form validation on the server side? Is it done by PHP? If 2x yes then turn off magic_quotes in your PHP configuration on your server.

[jQuery] Re: Powerfull WYSIWYG editor with upload image capability

2009-09-19 Thread morwo
On Sep 18, 4:54 pm, Rama Vadakattu wrote: > Can any one please recommend a powerful WYSIWYG (commercial/open > source) editor which has a image upload capability. What about TinyMCE? It seems good and I think it's easy to install new (even your own) plugins :) http://tinymce.moxiecode.com/