How to access id="linb.UI.Gallery-ITEM:c:a" with jquery?
Rendered by jsLinb i have to access a stupid stupid.. id,
anyone who can help me out plz?
thx sven
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.
You can select elements by ID using the
#symbol as a prefix:If there are dots in the ID of your element, be sure to escape them using a backslash.
DEMO: http://jsfiddle.net/marcuswhybrow/6hqX6/