[jQuery] Ajax tooltips using jQuery?

2009-06-23 Thread Nick Drew
Hi guys, I'm after an ajax tooltip to use with jQuery. For some reason, every one I find is either mootools or Prototype which without hacking around, don't seem to work alongside jQuery. Any recommendations, or maybe a script I could use that I haven't already found? Thanks

[jQuery] Re: Help tracking down error in IE8 / jquery 1.3.2

2009-03-20 Thread Adam Drew
FYI, all is well in Safari as well as Firefox... The main thing in IE that breaks down is my main Tabs setup... and the only javascript error indicated is that it Could not get display title. Invalid Argument, but that's all I can see about this. On Mar 20, 10:07 am, Adam epne...@gmail.com

[jQuery] Re: Help tracking down error in IE8 / jquery 1.3.2

2009-03-20 Thread Adam Drew
Using the dev version, I can break it down to this function.. line 1061 ch 4 I guess i should go track down anything that's playing with an elements opacity??? // from jquery.1.3.2.js // IE uses filters for opacity if ( !jQuery.support.opacity name == opacity ) {

[jQuery] Re: Help tracking down error in IE8 / jquery 1.3.2

2009-03-20 Thread Adam Drew
Thanks For your input Martijn, Unfortunately, I'm not sure where my culprit code is yet.. so I'm not sure what options are being passed. I'm looking now for typos, extra properties or invalid attr references..\ -Adam

[jQuery] Re: Help tracking down error in IE8 / jquery 1.3.2

2009-03-20 Thread Adam Drew
 am, Martijn Houtman martijn.hout...@gmail.com wrote: On Mar 20, 2009, at 3:22 PM, Adam Drew wrote: Using the dev version, I can break it down to this function..  line 1061 ch 4 I guess i should go track down anything that's playing with an elements opacity??? // from jquery.1.3.2

[jQuery] Re: Help tracking down error in IE8 / jquery 1.3.2

2009-03-20 Thread Adam Drew
' }).end() .find('.themeName').css({ float: 'left', margin: '3px 0' }).end(); On Mar 20, 11:35 am, Adam Drew epne...@gmail.com wrote: did a break point in the ie8 dev console on it and watched the following values break at that line a few

[jQuery] How do I access the function handlers of an event.

2008-09-05 Thread Drew LeSueur
$('#myid').click() will trigger the click event; and $('myid').click(function(){alert('clicked');}); will bind that function to the click event but how do I return the function that would be called when $('#myid') is clicked? (note: return, not call) Thank you,

[jQuery] Browser Refresh - content being cached

2008-07-13 Thread Drew
Hi everyone, First I would like to say this is my second day playing with jQuery and I can tell I am going to be hooked on it. Very cool stuff, and not to mention how well it helps downgrade for non-js browser. Very Cool! Now, on to my question: Right now I have a form where a few div's are

[jQuery] Firefox caching form data on soft refresh

2008-07-13 Thread Drew
Hi everyone, First I would like to say this is my second day playing with jQuery and I can tell I am going to be hooked on it. Very cool stuff, and not to mention how well it helps downgrade for non-js browser. Very Cool! Now, on to my question: Right now I have a form where a few div's are

[jQuery] Re: Firefox caching form data on soft refresh

2008-07-13 Thread Drew
This is the answer I came up with. I basically had to write the code twice, which is redundant, but I can't seem to get it to work any other way: Basically, the first section ties it to to the change and select commands, whilst the second section needs to just run on the ready event. There has

[jQuery] Re: Superfish - modified Richard Willis

2008-05-13 Thread Drew
Joel, It looks like you nailed it. You can see the working menu here: http://secure2.vqcdesigns.com/~hbgrc/ The only other issue I could find is that IE6 disregards the child selectors for the active state on the main tabs, but that's obviously not your doing. I can't thank you enough for

[jQuery] Re: Superfish - modified Richard Willis

2008-05-09 Thread Drew
the desired effect without using the pathClass at all? I've tried changing the CSS so that the 2nd tier will not be hidden, but nothing is working, so I assume something in the javascript it overriding it. Thanks for the continued help. -Drew

[jQuery] Re: Superfish - modified Richard Willis

2008-05-08 Thread Drew
Hi Joel, Thanks a lot for taking the time to look into this. Your solution does stop the dropdowns from staying open, which was a problem, so that's great. Perhaps I didn't state the biggest problem clearly though...if you actually click on a link from a dropdown, (for example, go to the About

[jQuery] Superfish - modified Richard Willis

2008-05-07 Thread Drew
Hi, I've seen one other post regarding this, but no one ever answered so I'm trying again. I'm using the Richard Willis example (http://users.tpg.com.au/j_birch/ plugins/superfish/richard-willis-example/), and have also taken the functionality from the All Horizontal example

[jQuery] Superfish - first two tiers horizontal, third vertical

2008-04-17 Thread Drew
Hi, Using a menu like this - http://users.tpg.com.au/j_birch/plugins/superfish/richard-willis-example/ - is it possible to have the 2nd tier of horizontal links appear by default, without hovering over the top level link, depending on what page you are on? Ideally, depending on what page you

[jQuery] document.location in 1.1.4

2007-08-27 Thread drew
for 1.1.4 about this behavior and was wondering why this happened, and if it should be expected. Thanks, Drew