Hello John,

here are some things that come to my mind:

* Since Exhibit generates the popup content on the fly, it does not yet
exist when you load the page. Thus, you have to execute your jQuery
snippet after the popup is generated or $('a.title-link') will not find
all links.

* $(this).next("p").append(data); seems to assume there is a <p> element
already in the document after the link.

* In your ajax success function, "this" is probably bound to something
else than outside the function... use a variable to save your link
element in, or explicitly bind the success event handler to it.

Hope this helps. If not, please write exactly how far you get:
* Is the onclick handler executed?
* Is there an ajax query?
* Is it successful?
* etc...

Jonas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to