first of all what is $(‘#gallery’).gallerrax do?
is it anything to do with css. Else how can we use css tags in jquery?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like
gallerraxis a custom jQuery plugin, and I believe that only the author of it can tell you what it does. In that peace of code you are callinggallerraxfor all HTML elements that have ID attribute equal togallery.There is no CSS tags, because CSS is not a HTML element. You can deal with CSS using jQuery like >this<.
Good luck. =)