[jQuery] contradictory between jquery and pure javascript

2008-07-03 Thread yazid
Hi all, my site is jquery based but i used a javascript code in a separate file to create a marquee, my problem now is that they don't work together, if i called only the jquery, it works, and if i called only my own javascript file it works, but calling the both together, only the last one called

[jQuery] Re: Browsers incompatibility

2008-04-09 Thread yazid
hi there, ok ,here's the used function: function getTime() { $.get("/common/time.php", function(data){$('#time').html(data); setTimeout('getTime()', 1000); }); } getTime(); and the file time.php contains this line: it isn't the only one i have

[jQuery] Browsers incompatibility

2008-04-08 Thread yazid
I had made a function using Jquery to show the servers time but whereas this works properly on firefox, it didn't on internet explorer, whats the solution please

[jQuery] validation of tow types

2008-03-30 Thread yazid
hi there, the validation plugin is very useful, but how can we use it if submitting the form depended on the result of a javascript function, for exemple, to send a message we use the plugin to validate the text boxes but to know wether the sold is enough o rnot we use a java script function, how

[jQuery] Re: customize validation plugin

2008-03-09 Thread yazid
i want to ask about the rule : remote: "check-email.php", what should the result of check-email.php be:xml, string or others On Mar 8, 7:45 pm, yazid <[EMAIL PROTECTED]> wrote: > thanx, > but which is more suitable:using the remote function or the addMethode > one?b

[jQuery] Re: customize validation plugin

2008-03-08 Thread yazid
thanks, but which is more suitable : the "remote" method or the "addMethode" method, could you tell me please before starting any one of them, besides, there\s no enough documentation on remote do you have any others. On Mar 8, 5:30 pm, Jörn Zaefferer <[EMAIL PROTECTED]&

[jQuery] Re: customize validation plugin

2008-03-08 Thread yazid
thanx, but which is more suitable:using the remote function or the addMethode one?besides, there's no enough documentation on the remote methode. On Mar 8, 5:30 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > yazid schrieb:> Hi all, > > i used the validation plugin

[jQuery] customize validation plugin

2008-03-08 Thread yazid
Hi all, i used the validation plugin in a form, but i needed checking the existence of a field's value in the database, thus i used ajax, but, how can i integrate the result of ajax in the plugin, i used a traditional ajax(not that related to jquery), and the problem occured when i tried to unify