I've this in a page
$(".dsd").click(function(){
When i used firebug,it gives me this error
$(".dsd").click is not a function
What is this?
This could be due to a conflict with some other client framework you might be using which has hijacked the $ function. Take a look at jQuery.noConlict for possible solutions about how you could use jQuery with other frameworks.
clickfunction.