Hello Friends check my code http://jsfiddle.net/sUaky/2/ i want to load a web page in a div using the load() function but code is not working plz help me out
Thank in advance
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.
where is you id??
that you are trying to click like??
your click event not happening because there is no id you are getting.
According to your fiddle, first you have to get the
hrefattributes value, then your match your click event with the value.UPDATE
try with this example,,