Uploader Comments (derekbanas)
All Comments (19)
-
awesome, as always
-
This is a great informative video. Thank you. I highly recommend!
-
you first have to show the coding of the all data on which you are applying it
i means you have to show here is span here is headings here are para , childs etc
-
@TrojanSpike1 Thanks I'm glad to help :)
-
@derekbanas , Thanks dude, your quick replying is unreal.. Anyway as you said in the tut after this one that common errors are targeting wrong class , id , etc..
Mine was the (this) , I should have been targeting the iframe..
I'll be watching all your tuts before asking for a lil help again.. Thanks .. :)
-
@TrojanSpike1 It's kind of hard to know what's going on without all of the code. this is a reference to whatever triggered the event. So, if an image click triggered this event it would have to not be visible for the second part of your code to execute. I hope that makes sense
How does one make a menu in photoshop, which will be divided into sections, and with jQuery drop down menus from there?
6dark6alex6 1 month ago
@6dark6alex6 I have a tutorial on that called Cross Browser Horizontal menu. Check it out on my YouTube channel
derekbanas 1 month ago
Hey Derek.Great vids.My Q from this video, are relative selectors possible? The idea is that you would have 1 function [function hideTableSlide() { $(("#hideTable"), this).slideUp(900); };] which you can call multiple times. The div element you click is not the element that slides though, it is the following div that slides closed "#hideTable". Is this possible. can you point me in the right dirrection. Thanks!
CJTCarter 5 months ago in playlist CJTCarter's Favourited Videos
@CJTCarter Yes you can definitely use this to accomplish that. Check out my Featured Content Slider tutorial and the Slideshow one to see some of the advanced things you can do with JQuery. I hope that helps
derekbanas 5 months ago