[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] Re: Browsers incompatibility

2008-04-08 Thread MorningZ
Might help others help you if you give a snippet of the code that doesn't work