> Things basically work. One thing to watch out for is that the Exhibit > creators did not like jquery's capture of "$" so they unbind that. > instead you access jquery through SimileExhibit.jQuery or something similar.
SimileAjax.jquery is what they use in lieu of $. But curate-view.js uses defines var $ = SimileAjax.jQuery; in a restricted namespace and uses it. > > jQuery, but I couldn't find it in the discussion group archives (looks > > like they're getting purged at a pretty good clip). OT: what is the definitive source of info on Simile/Exhibit, I've joined recently and I'm pretty confused. It seems that for discussions, it is this group and for docs it's the simile site, but I've seen later docs/better info on the code.google site.. and why would useful discussions be purged? (unless they applied to 1.0 and were no longer useful/applicable). > > 1. By including just Exhibit, I have access to some/all of the jQuery > > functionality? If so, how do I go about identifying what I can do and > > how I can do it? Perhaps open a firebug session and see what you can access through SimileAjax.jquery, or rebind $ and use as normal? Looking through the js code of Simile, it uses jquery selectors quite heavily, so I would guess that most of it works, except jquery's additional stuff like widgets. > > 2. By including both Exhibit and jQuery libraries, will there be > > "collisions"? Is there significant redundancy in the amount of code > > pulled over the net? It would seem so. Exhibit iirc pulls http://static.simile.mit.edu/ajax/api-2.0/simile-ajax-bundle.js which might be the entire jquery lib, but I am not that familiar with it, so maybe you could take a look. The version seems to be 1.2.3 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
