[jQuery] Problem with $(document).ready in =IE7 only

2009-11-23 Thread JD
Hello everyone, I'm trying to figure out this weird error I'm seeing. I have a simple script that, after the document is ready, I want to change a CSS attribute from display:none to display:block and then load the jquery inifinite carousel plugin: script type=text/javascript language=javascript

[jQuery] Cluetip persist when mouse over hover

2009-10-20 Thread JD
I need the tooltip to persist when the mouse is over either the link or over the tooltip. I saw this functionality being displayed by aCoolTip and it seemed to be the default. The tooltip needs to be activated on hover and I also want sticky to be false. Is there any combination of settings

[jQuery] window close function _

2009-09-29 Thread -JD-
Al cerrar una pagina necesito llamar a otra para poder hacer algunos cambios en mi DB. Intenté con esto: $(window).unload( function () { alert(Bye now!); } ); pero solo quiero q haga al momento de cerrar no de recargar la pagina. Eh estado buscando scripts pero no

[jQuery] JQuery XML and FusionCharts

2009-07-17 Thread JD
if loaded seperately by Fusion Charts. Any ideas would be helpful. Thanks JD

[jQuery] Re: URL generated by Ajax

2009-07-16 Thread JD
thanks for this it does the job nicely. Regards JD On Jul 15, 1:59 pm, Peter Edwards p...@bjorsq.net wrote: Hi JD, In your success callback, you have access toajaxoptions through the this keyword, so you can get the fullURLby doing this within the success callback: alert(this.url

[jQuery] Re: URL generated by Ajax

2009-07-16 Thread JD
Yes i might try this as well, thanks On Jul 15, 1:30 pm, Mean Mike mcgra...@gmail.com wrote: if you just need to see what your posting and whaturlits going too why not just view it in httpfox ? On Jul 15, 6:54 am, JD odonovan.jo...@gmail.com wrote: Hi Guys,     This is probably a very

[jQuery] URL generated by Ajax

2009-07-15 Thread JD
is appreciated. Thanks JD

[jQuery] jCarousel advance issue - final item only shows half

2009-06-24 Thread JD
/ 029791864.html) the top carousel forwards and advances fine. Any ideas? Any one have the same issue? I can confirm the issue in FF3, IE7, Chrome, Opera and Safari on Windows XP. So it's a pretty consistent problem. Please help. Thanks JD

[jQuery] JCarousel Dynamic source - Overwrite problem

2009-04-09 Thread JD
. Clearly some type of reload is happening. No idea how to fix this. (Sorry my example code is behind a firewall, so can't show it. Please help. thanks JD

[jQuery] JCarousel Circular - Start Over Problem

2009-04-09 Thread JD
I have a page with one JCarousel on it. I need to be able to switch between different data sources for the single display carousel. I have it almost working - however when I execute... it loops around to the default start state and doesn't keep the new data on displayit blinks past though.

[jQuery] Tabs not working in IE, fine in FF

2008-11-12 Thread JD
I have set up a tabbed section for different parts of my portfolio. It works great in Firefox, no problems, but when I try it in IE 7 it doesn't work at all. I'm a noob when it comes to JavaScript/jQuery (trying to learn though). Any ideas as to why would be appreciated. Check this out to see

[jQuery] Re: Tabs not working in IE, fine in FF

2008-11-12 Thread JD
I've done some looking at it looks like my var tabs = [ ]; doesn't return anything in IE, but it does in FF. I get an array on an alert in FF, but get a blank alert on IE. Any ideas? I've left the alert in for now. Thanks. On Nov 12, 12:50 pm, JD [EMAIL PROTECTED] wrote: I have set up

[jQuery] Re: Tabs not working in IE, fine in FF

2008-11-12 Thread JD
; }); }); When I compared the this.pathname == window.location.pathname in firefox they return the same value '/tabs.html', but in IE this.pathname returns 'tabs.html' and window.location.pathname returns '/tabs.html' Any ideas for a fix? Thanks. On Nov 12, 2:16 pm, JD

[jQuery] Tabs problem in IE

2008-11-12 Thread JD
I have set up a tabbed section for different parts of my portfolio. It works great in Firefox, no problems, but when I try it in IE (I tired it in 7) it doesn't work at all. I'm a noob when it comes to JavaScript/jQuery (trying to learn though). Any ideas as to why would be appreciated. Check

[jQuery] Re: Autocomplete - every item shown regardless of letter typed

2008-09-03 Thread JD
Here is a test: http://aasenboligdesign.no/test/test.htm JD On 3 Sep, 15:43, Jörn Zaefferer [EMAIL PROTECTED] wrote: Okay. Can you post a testpage? Jörn On Wed, Sep 3, 2008 at 1:13 PM, JD [EMAIL PROTECTED] wrote: Hi again! hehe, it was just a typo from me when I pasted the code

[jQuery] Dynamically reference jQuery and delay execution until it is loaded?

2008-06-24 Thread JD
Hi All, I am struggling to test if a jQuery reference exists yet on a page, and if it does continue loading my jQuery plugins. However, if it does not, I wish to add the jQuery reference, and continue loading my jQuery plugins only after the jQuery script has loaded. Below is a snippet of what