[jQuery] Re: Echo html in with jquery? (code attached)

2009-06-06 Thread jez
thank to everyone who replied! I figured out using $('head').append is the way to go! many thanks for the pointer and help! best, jez On Jun 4, 9:27 pm, Ricardo wrote: > Works fine in FF/IE/Webkit: > > $('head').append('') > > On Jun 4, 1:26 pm, jez

[jQuery] Echo html in with jquery? (code attached)

2009-06-04 Thread jez
Hello, I am almost certain one of you guys will have a super quick solution to this, but I just can't get it and it is doing my head in: I have this piece of code which basically checks on client-side what time of the day it is. This information should be used to "use" different stylesheets based

[jQuery] Re: jquery scripts in internet explorer not running

2008-03-09 Thread jez
g test page that I could take a > look at? I could step through the code in the VS.NET debugger and see > what's up. > > JK > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of jez > Sent: Saturday, March

[jQuery] jquery scripts in internet explorer not running

2008-03-08 Thread jez
7;') .click(select_all) .appendTo($("div.buttons")); }); That's it, hopefully a more experienced jquery user can spot any mistakes that might be there. Neither IE 6 nor 7 even alerts $ ("div.buttons").length, btw. It could be something unrelated to jquery, but as this is the first time I've used it, I thought I'd check. Thanks, Jez Austin.