[jQuery] Re: show/hide problem

2009-10-24 Thread stilfx
We need more info, the structure of the page, etc. You can target selectors in many ways. On Oct 24, 10:13 am, Daniel Donaldson wrote: > I am trying to have a image (link button) appear within a div on > mousenter for the div, and disappear on mouseleave. > I have this working in the following

[jQuery] jQuery Google Maps Mashup zIndex Issue

2009-10-24 Thread stilfx
I've created this: http://strucke.com/provinggrounds/jqueryGmaps/defect.html I've found a very odd defect: If you have two markers, with identical coordinates (which happens quite often in the application I'm using this for), the underlying marker (and infowindow) stays hidden, and the infowindow

[jQuery] Re: Stumped. 1.3.2 breaks this script

2009-10-03 Thread stilfx
Still cant figure this one out! On Oct 2, 9:48 am, stilfx wrote: > Let me clarify. This example is working, using the older version of > jQuery. When I plug in jQuery 1.3.2, the first two books no longer > show and it breaks the script a bit. I am trying to figure out what > chang

[jQuery] Re: Stumped. 1.3.2 breaks this script

2009-10-02 Thread stilfx
Let me clarify. This example is working, using the older version of jQuery. When I plug in jQuery 1.3.2, the first two books no longer show and it breaks the script a bit. I am trying to figure out what changed. Near the end of the script (browse.js) you will find: .filter(":gt(" + parseInt(curPo

[jQuery] Re: Stumped. 1.3.2 breaks this script

2009-10-02 Thread stilfx
eller?? On Oct 1, 7:53 pm, stilfx wrote: > I was reviewing this > post..http://blog.reindel.com/2007/02/02/use-jquery-expressions-and-ajax-to... >  ..on browsing an XML file with jQuery (a great learn, btw). I'm > trying to use the same script, except updated to jQuery

[jQuery] Stumped. 1.3.2 breaks this script

2009-10-01 Thread stilfx
I was reviewing this post.. http://blog.reindel.com/2007/02/02/use-jquery-expressions-and-ajax-to-browse-an-xml-file/ ..on browsing an XML file with jQuery (a great learn, btw). I'm trying to use the same script, except updated to jQuery 1.3.2 - but it's not initially showing the first few books.