Tagged Questions
0
votes
1answer
59 views
simple jquery script working alone but not working in my vbulletin page
Thank you in advance if you are being able to help me as I really can't find out what's wrong.
I'm trying to display an image when mouse hovering a link. Done a lot of research and find a very simple ...
2
votes
2answers
50 views
Having some trouble setting up a jQuery .css function
I'm attempting to create a jQuery function that will automatically resize a particular image to it's parent's width. If it's relevant this is for vbulletin 4.2.0
Here's the relevant (simplified) ...
0
votes
2answers
101 views
Multiple slideUp and slideDown with vBulletin
I'm trying to get this to work with vBulletin:
http://jsfiddle.net/amosrivera/AYWku/
It ONLY works for the FIRST POSTER of the thread and everybody else who replies on that thread, it will not work ...
0
votes
1answer
43 views
Multiple scripts linked in header
on my forum i got multiple jquery versions linked in the header.
Most of them are from plugins i've installed earlier and they inserted automatically.
My question is, will this different versions of ...
2
votes
2answers
145 views
Bug with Toggle in jQuery
I'm trying to create a spoiler on a forum (vbulletin)
It's basicaly a toggle div on click. It's all working fine,
but when placing a toggle div inside another toggle div
the animation just goes up and ...
0
votes
1answer
78 views
Cross Browser incompatibility? (jQuery)
I'm not an internet guru by any means, I do however like to tinker around and build myself tools. One of my latest tools was an "advanced" search for a vb bulletin, they disabled some of the search ...
0
votes
1answer
131 views
How to select a radio then submit form with jQuery in vBulletin?
I am working on a userscript that injects my own JS into the head (this part works). I am utilizing the site's already in-place jQuery.
I am a moderator on a vBulletin forum. I move and close A LOT ...
1
vote
0answers
350 views
Adding jQuery plugin to vBulletin forum
I have been using a plugin called tabSlideOUt By William Paoli for a while on my own site. Now, I would like to add it to a vBulletin site I now run, and have hit a few difficulties.
I am aiming to ...
0
votes
1answer
1k views
Jquery help, making collapsible sidebar for a vbulletin forum
Im trying to make a sidebar for my vbulletin skin thats expandable/collapsible.
Heres my code:
jQuery(document).ready(function(){
$(".hide").click(function(){
...
