¡@

Home 

javascript Programming Glossary: dosomethingcool

JavaScript - Advantages of object literal

http://stackoverflow.com/questions/1600130/javascript-advantages-of-object-literal

from a scoping function var MyThingy function function doSomethingCool ... function internalSomething .... function anotherNiftyThing.. the scoping function functions can call each other direct. doSomethingCool internalSomething return doSomethingCool doSomethingCool anotherNiftyThing.. other direct. doSomethingCool internalSomething return doSomethingCool doSomethingCool anotherNiftyThing anotherNiftyThing External..

jQuery: Which row number is clicked in table

http://stackoverflow.com/questions/4524661/jquery-which-row-number-is-clicked-in-table

How to cancel navigation when user clicks a link?

http://stackoverflow.com/questions/866583/how-to-cancel-navigation-when-user-clicks-a-link

jQuery document .ready function '#mylink' .click function doSomethingCool return false cancel the event All you have to do is cancel.. So when someone clicks the link with Javascript enabled doSomethingCool is called and the click event is cancelled thus the return false..