[jQuery] Re: Having troubles accessing a variable in $.each

2008-10-24 Thread Ruby
I figured out my problem was that I stuck // This function picks up the click and opens the corresponding info window function myclick(i) { GEvent.trigger(marker[i], "click");

[jQuery] Having troubles accessing a variable in $.each

2008-10-23 Thread Ruby
I am having troubles with my google maps conversion to jquery. My markers are being generated from a get json request and then each marker is being created using $.each. My trouble happen when creating a side bar with buttons to open the info windows. I can create the button but can not seem to pu

[jQuery] Using the Accordion with Ajax generated content

2008-10-02 Thread Ruby
I am having troubles getting ajax content to work in an accordion. It shows everything fully listed. Not sure what might be wrong... Here is my code: $('#EventListings').accordion({ header: '.EventsInListHeader', active

[jQuery] Re: Using the Accordion with Ajax generated content

2008-10-02 Thread Ruby
I figured out the solution... you just add accordion code in the success area of the ajax code.

[jQuery] Shadowbox and AJAX

2008-09-22 Thread Ruby
I am trying to make a page that is using the ajax call on an XML file. The trouble I am having is trying to get shadowbox to work. I need some help please. Here is the code so far