|
JavaScript Confirm function |
Recently I've been using the JavaScript confirm method to confirm if a user has clicked on the right thing or not. A handy 'catch-and-verify' fail safe.
|
Javascript passing variables to coldfusion |
I was looking to capture the screen resolution for an application, and there didn't seem to be a straightforward way of doing that in coldFusion. JavaScript can do it, so how do I join the two together.....
|
Javascript function to toggle divs on or off |
Ever needed to display far more information on one page than will reasonably fit, but want all related parts of a series of pages to appear 'grouped'?
|
Javascript Select - jump to url |
This is a pretty simple javascript function that I use quite a lot. I normally end out saving the code into a code snippets directory somewhere, but keep loosing it, so I'm adding it here.