Do you love the wonderful javascript dollar shortcut $('myId') but cannot use jQuery or Prototype? Don’t worry, you can define your custom shortcut for the too long document.getElementById() function:
1 2 3 | |
Now you can sobstitute this:
1
| |
with this:
1
| |
Obviously you don’t get all the bells and whistles that you would get using jQuery, but it’s a start.