Re: [jQuery] Abridged summary of jquery...@googlegroups.com - 27 Messages in 13 Topics

2010-01-25 Thread Mike Heath
6:05 pm, "DOTS D.O.Technology Services" more... Nathan Klatt Jan 24 10:25AM -0600 ^ On Sun, Jan 24, 2010 at 7:05 AM, DOTS D.O.Technology Services > how i can put iframe on top of other iframe in html, http://www.w3.org/TR/CSS21/visuren.html#absolute-pos

Re: [jQuery] Abridged summary of jquery...@googlegroups.com - 19 Messages in 12 Topics

2010-01-24 Thread Mike Heath
Please unsubscribe me from this distribution. Mike Heath - Original Message - From: jquery-en+nore...@googlegroups.com To: Abridged Recipients Sent: Sunday, January 24, 2010 12:03 PM Subject: [jQuery] Abridged summary of jquery-en@googlegroups.com - 19 Messages in 12 Topics

[jQuery] Re: Fading list items in one at a time

2009-11-21 Thread Heath
fadeListItem($i); } }); } fadeListItem(0); On Nov 21, 5:53 pm, Heath wrote: > Basically what I am trying to do here is fade in all of the list items > of a given unordered list one at a time. Here's what I have so far, > but once I add the setTimeout

[jQuery] Fading list items in one at a time

2009-11-21 Thread Heath
Basically what I am trying to do here is fade in all of the list items of a given unordered list one at a time. Here's what I have so far, but once I add the setTimeout (so that everything doesn't fade in instantly) it goes completely fubar. Any suggestions on how I should 'wait' until the item is

[jQuery] Cycle.js not behaving... Can't get it to work no matter what

2008-12-07 Thread Heath
Hello I am trying to get cycle.js to work, and I have no idea why it isn't. Here is my code: $(document).ready(function(){ $('#s1').cycle('fade'); }); And you can view the test site live here: http://hbeckett.com/presentation/ A solution would be greatly appreciated. Thanks

[jQuery] Cycle.js issues

2008-12-07 Thread Heath
Hello I am trying to get cycle.js to work, and I have no idea why it isn't. Here is my code: $(document).ready(function(){ $('#s1').cycle('fade'); }); And you can view the test site live here: http://hbeckett.com/presentation/ A solution would be greatly appreciated. Thanks

[jQuery] Re: Selecting text of an object (in this case a span) onclick.

2007-09-16 Thread Heath
behind the scenes (thought not exactly, it's somewhat like > document.getElementById()). As far as I know, there is no way of forcing > text on a page to be highlighted unless you give it some sort of highlighted > CSS style or style a text field to look like normal text, then call

[jQuery] Selecting text of an object (in this case a span) onclick.

2007-09-15 Thread Heath
Nothing gets selected. The correct text is logged to the console in FireBug. I don't think this is a jquery problem, but not sure how to figure this out. Thanks in advance for any help. Code below: Testing Text Selection http://jqueryjs.googlecode.com/ files/jquery-1.2.js"> $(document).rea