javascript Programming Glossary: submitcomment
how to stop # links that call javascript functions from jumping to top of page http://stackoverflow.com/questions/1150229/how-to-stop-links-that-call-javascript-functions-from-jumping-to-top-of-page How do you I stop my links like this a href # onClick submitComment From jumping to the top of the page after the click javascript.. make your code base difficult to manage. a href # onClick submitComment return false Seperate your HTML from your JavaScript It's far.. setup else document.onload setup function setup var submit submitComment submit document.getElementById submit submitComment function..
|