Hello all
I want to disable the scroll in one of my pages. I dont want to write
scroll(0,0)
or scrollTo(0,0)
in the scroll event which will give a 'jumpy' nature. Can't i have something like
event.preventDefault()
for canceling the event?
NLV