great tutorial, however maybe someone can help me. I put this accordion half way down my webpage but when i click on any of the anchors it sends me back to the top of the page. why ????? Cheers
Hey I have a very similar if not the same accordion markup. I have been trying to add a scrollto using target anchors unsuccessfully. I want the link when clicked to scroll to the top of the browser in focus if that makes sense.
Please let me know if there is a way you can help me with this... I could send you my files if need be.
Nevermind. I figured it out. $(this).parent("dt").next("dd").slideDown("normal)"; the quote by normal is outside the ending parenthesis. Brain fart moment on my part.
I manage to copy all your code (painful) and it doesn't do it's bit on IE7. For some reason when the slide ends, it gets back to its first position and then it goes back to here it was supposed to. Can u supply a fix for it (not another library to correct or enhance jquery). Thanks mate
Good tuts but you need to get rid of the background noises and clicks. Its distracting. Also zoon in a little bit. We dont need to see the part thats not being used.
It's web developper plugin for firefox. CSS -> edit CSS
rhamphor1 4 months ago
great tutorial, however maybe someone can help me. I put this accordion half way down my webpage but when i click on any of the anchors it sends me back to the top of the page. why ????? Cheers
kennycelt 6 months ago
@kennycelt I assume that you are using an "#" for you href. try using "javascript:void(0);" instead.
JoseL786 2 months ago
This accordion is mine.
flowewritharoma 6 months ago
Thank you, very helpful - exactly what I needed :)
CraggaW 7 months ago
I was taught very little in college, my web design course was 80% programming (mostly Java and Java Server Faces, which is obsolete.)
I can't tell you how important people like you are for taking time to share your expertise. I probably don't have to, either.
THANK YOU DD for making me employable!
truthIsStranger 8 months ago
Hey I have a very similar if not the same accordion markup. I have been trying to add a scrollto using target anchors unsuccessfully. I want the link when clicked to scroll to the top of the browser in focus if that makes sense.
Please let me know if there is a way you can help me with this... I could send you my files if need be.
chrismlyle 9 months ago
Comment removed
chrismlyle 9 months ago
Nevermind. I figured it out. $(this).parent("dt").next("dd").slideDown("normal)"; the quote by normal is outside the ending parenthesis. Brain fart moment on my part.
kxmode 1 year ago
This has been flagged as spam show
Nice tut and thank you! I've encountered a problem.
$(function() { // standard jQuery initializer $("dd:not(:first)").hide(); $("dt a").click(function() { $("dd").slideUp("fast"); $(this).parent("dt").next("dd").slideDown("normal)"; });
});
Doesn't work for me. Well, this specifically doesn't work:
$(this).parent("dt").next("dd").slideDown("normal)";
All menus expand with this line of code. Do you have any ideas?
kxmode 1 year ago
nice work
arunanand7 1 year ago
thx
razibul08 1 year ago
awesome keep it up great job. Thanks a lot. keep up the good work.
shahid5959 1 year ago
great tutorial
@utsukusih: i think he use web development plug ins for firefox
winnie80 1 year ago
Great job! Thanks!
forrestmunden 1 year ago
Hi
What Firefox plugin did you use that you can view while you edit CSS?
lightfedora 1 year ago
I love your tutorials - very helpful and easy to understand. Hope you'll do more on jQuery for the beginners, thank you!!
utsukusih 1 year ago
This has been flagged as spam show
@utsukusih i think he use web development plug-ins for firefox
winnie80 1 year ago
nice tutorial man. I understood many things. Just one question, what kind of software you use for developing websites? Visual web developer?
I like the part where you edit css code and you can see it live at right window. really cool
majuranus 1 year ago
I just love your way of presentation. Great tutorial!! keep it up.
tirumal909 1 year ago
I am new - I can not hear you very well and can not see the code you are typing in - is there a better video somewhere or site you can refer me to?
mchrist793 2 years ago
@mchrist793 Try changing it to 480p
pstcontrl 1 year ago
Good Job man, I appreciate your work!! oh an i m definately gonna visit your website
GurmeetSinghBrar 2 years ago
Great tutorial!
gonzalezluis78 2 years ago
Nicely done..good work...
Funatico 2 years ago
mmm.. why with ul's?? i just made a div with links in it.
it was a way shorter code.
well anyway i still got the ie problem
ritchieDonkers92 2 years ago
still struggling with it?
ScriptingForSmarties 2 years ago
No, I solved it.
But now I want a horizontal login slider.
Mm.. not sure how to make one though!
ritchieDonkers92 2 years ago
same here man, works in all except IE.
gonzalezluis78 2 years ago
This has been flagged as spam show
If you want simple JQuery / CSS / PHP / HTML Tutorials for everyone Send me A message with
Subject: JQuery
Message: Yes
And please subscribe For Updates and everything
Thank You
tholithemba 2 years ago
Hello JEF.
I manage to copy all your code (painful) and it doesn't do it's bit on IE7. For some reason when the slide ends, it gets back to its first position and then it goes back to here it was supposed to. Can u supply a fix for it (not another library to correct or enhance jquery). Thanks mate
deveras69 3 years ago
I found all of the source code simply by going to his website
ikon42 3 years ago
It would be great if i can access the code.
akiratsu 3 years ago
Where is the source code?
I just can't read on the video :P
irado 3 years ago
Good tuts but you need to get rid of the background noises and clicks. Its distracting. Also zoon in a little bit. We dont need to see the part thats not being used.
buddyq 3 years ago 2
What application are you using to work with your code?
abufatimah75 3 years ago
Visual Web Developer i guess...
madhamster 3 years ago
Visual Web Developer Express.
atarikg 3 years ago