Hello,
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.