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");
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
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
I figured out the solution... you just add accordion code in the
success area of the ajax code.
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