I am makeing this neat slider. You click the links and the slider comes out but when I click the same link twice it comes back. I need to not have it move when it is clicked twice. For a better I dea of what I need Take a look at my code: and here is a site that has the effect that I want in flash(I know this is j query and not flash this is just an example:http://artistecard.com/JBoog
This forum is ridiculous I have asked for help so many time for months and never get replies am I invisible. This forum is just awful and Im deleting my account.It wont surprise me if I actually get a reply to this but never to anything relevant.
The following code allows a user to click an anchor tag and the next slide box appeares and so on.. but I need it so that when a user clicks the same link more than once the box shouldn move twice. I hope this makes sense. How do you do the stop event for that. Any suggestions? Thank you $(function () { var current = null; $("#aOne").click(function () { newSlide($("#div1"));
I have been trying to complete this slide effect in this example http://artistecard.com/JBoog I really like how the boxes slide when you click the links on the top. Does anyone have an idea on how to complete this it will be much appreciated Thank you
Hello, Im working on this little slider effect and Im having trouble getting the boxes to stop once they are clicked. Please help, Im still somewhat of a noob.
Hey everyone. I would lie to achieve an effect when the user clicks on a different link the div box for that certain link fly's onto the screen just like this website here http://artistecard.com/JBoog If you got a code solution that would be much appreciated. Thank you