I'm having a nightmare with javascript at the moment which hopefully someone can help out with. I'm using the Userforms module, which I've also added my own jQuery code to such that the default value of a textfield disappears when clicked, and reappears if loses focus and is null.
I'm also trying to implement a slideshow on the same page. I can't use jQuery for this, due to compatibility issues with IE8 (don't you just hate Microsoft!). Using Prototype instead, I'm getting loads of random errors which I can only guess are being caused by the fact that I'm including prototype.js twice, once for the slideshow at the top of the page, and once at the bottom of the page which is injected by userforms somehow. If I remove my include at the top, my slideshow produces a missing Prototype lib error.
I'm attempting to use jQuery.NoConflict to prevent problems with multiple hooking of the $ token, but I've just ended up with a mess of javascript errors and conflicts.
Is there any way to control how userforms uses/includes javascript includes (jQuery and prototype)?
Any help or advice would be much appreciated! Many Thanks