I have a pretty basic SafeCracker form. This form is for product reviews.
I have 1 link (See Reviews) which uses jQuery to toggle the product reviews into view.
Once a user clicks See Reviews, below where the reviews are is another link (Write a Review). This link is supposed to toggle the div that has the safecracker form in it.
Here’s the kicker, the second i add safecracker code all and i mean ALL jquery on that page just dies. And to make this more confusing. It ONLY kills my jquery when i’m logged into EE. If i log out, it works just fine.
Any ideas what’s going on here!
Edit: Just incase there was a jQuery conflict, i even tried using
var $j = jQuery.noConflict();But that was useless.