Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

[SOLVED] Drill down on frontpage


Go to End


18 Posts   4922 Views

Avatar
bummzack

Community Member, 904 Posts

28 August 2009 at 1:32am

It didn't work beforehand, because you most likely had a jQuery <> Prototype conflict. The wrapping you did shields the dollar variable for jQuery. You could also use:

 
var $j = jQuery.noConflict();

at the beginning of your script and then use $j instead of $ for all jQuery related stuff.

Avatar
Juanitou

Community Member, 323 Posts

28 August 2009 at 4:55am

Thank you! I'll remember it.

Best regards,
Juan

Go to Top