Javascript1 by sanoj
About This Content
This content, Javascript1, was created on 31st January, 2012.
Javascript1 appears on:
Javascript1
| Functions-window | ---Events--- |
| alert | onAbort |
| blur | onBlur |
| clearTimeout | onChange |
| close | onClick |
| focus | onDblClick |
| open | onDragDrop |
| onError | |
| setTimeout | onFocus |
| onKeyDown | |
| --Built In functions-- | onKeyPress |
| eval | onKeyUp |
| parseInt | onLoad |
| parseFloat | onMouseDown |
| isNaN | onMouseMove |
| isFinite | onMouseOut |
| decodeURI | onMouseOver |
| decodeURIComponent | onMouseUp |
| encodeURI | onMove |
| encodeURIComponent | onReset |
| escape | onResize |
| unescape | onSelect |
| onSubmit | |
| onUnload | |
| ---Array-- | --String-- |
| concat | charAt |
| join | charCodeAt |
| push | fromCharCode |
| pop | concat |
| reverse | indexOf |
| shift | lastIndexOf |
| slice | localeCompare |
| sort | match |
| splice | replace |
| unshift | search |
| --Date-- | slice |
| getDate | split |
| getDay | substring |
| getFullYear | substr |
| getHours | toLowerCase |
| getMinutes | toUpperCase |
| getMonth | toLocaleLowerCase |
| getSeconds | toLocaleUpperCase |
| getTime | |
| getYear | --Basics-- |
| setDate | Function |
| setHours | If...Else |
| setMinutes | Switch |
| setMonth | For Loop |
| setSeconds | While Loop |
| setYear | Do...While Loop |
| Break ,Continue | |
| For...In | |
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

