I am working on script where I have code like this…
$(document).delegate(scroll.links,'click',function(){
switchTo(getId(this.href))
return false
})
I want to convert it into .live I tried but couldnt get it right.
Can anybody show me ?
Thanks.
You can do it this way:
However, it is important to know the difference between the two: