- 01 — Add or remove class from an elementbasic
- 02 — Allow to enter particular characters onlyintermediate
- 03 — Append to an elementbasic
- 04 — Attach or detach an event handlerbasic
- 05 — Calculate the size of scrollbarintermediate
- 06 — Change the website faviconintermediate
- 07 — Check an element against a selectorbasic
- 08 — Check if an element has given classbasic
- 09 — Check if an element is a descendant of anotherbasic
- 10 — Check if an element is in the viewportbasic
- 11 — Check if an element is scrollableintermediate
- 12 — Check if the native date input is supportedbasic
- 13 — Clone an elementbasic
- 14 — Communication between an iframe and its parent windowintermediate
- 15 — Copy text to the clipboardintermediate
- 16 — Count the number of characters of a textareabasic
- 17 — Create an elementbasic
- 18 — Create one time event handlerbasic
- 19 — Detect clicks outside of an elementbasic
- 20 — Detect if an element is focusedbasic
- 21 — Detect if the caps lock is onintermediate
- 22 — Detect mac os browserbasic
- 23 — Determine the height and width of an elementbasic
- 24 — Distinguish between left and right mouse clicksbasic
- 25 — Download a fileintermediate
- 26 — Drag and drop element in a listadvanced
- 27 — Execute code when the document is readybasic
- 28 — Export a table to csvintermediate
- 29 — Get css styles of an elementbasic
- 30 — Get or set the document titlebasic
- 31 — Get or set the html of an elementbasic
- 32 — Get set and remove attributesbasic
- 33 — Get set and remove data attributesbasic
- 34 — Get siblings of an elementbasic
- 35 — Get size of the selected filebasic
- 36 — Get the closest element by given selectorbasic
- 37 — Get the default value of a css propertyintermediate
- 38 — Get the document height and widthbasic
- 39 — Get the first scrollable parent of an elementintermediate
- 40 — Get the parent node of an elementbasic
- 41 — Get the position of an element relative to anotherbasic
- 42 — Get the position of an element relative to the documentbasic
- 43 — Get the size of an imagebasic
- 44 — Get the text content of an elementbasic
- 45 — Go back to the previous pagebasic
- 46 — Highlight an element when dragging a file over itintermediate
- 47 — Insert an element after or before other elementbasic
- 48 — Insert given html after or before an elementbasic
- 49 — Load a css file dynamicallyintermediate
- 50 — Load a javascript file dynamicallyintermediate
- 51 — Loop over a nodelistbasic
- 52 — Make a draggable elementadvanced
- 53 — Make a resizable elementadvanced
- 54 — Measure the width of given text of given fontintermediate
- 55 — Paste an image from the clipboardintermediate
- 56 — Paste as plain textintermediate
- 57 — Placeholder for a contenteditable elementintermediate
- 58 — Prepend to an elementbasic
- 59 — Press shift and enter for a new linebasic
- 60 — Prevent the default action of an eventbasic
- 61 — Preview an image before uploading itintermediate
- 62 — Put cursor at the end of an inputbasic
- 63 — Redirect to another pagebasic
- 64 — Reload the current pagebasic
- 65 — Remove all children of a nodebasic
- 66 — Remove an elementbasic
- 67 — Replace an elementbasic
- 68 — Replace broken imagesbasic
- 69 — Resize an iframe to fit its contentbasic
- 70 — Resize an imageintermediate
- 71 — Resize columns of a tableadvanced
- 72 — Resize the width of a text box to fit its content automaticallyintermediate
- 73 — Scale a text to fit inside of an elementintermediate
- 74 — Scroll to top of the pagebasic
- 75 — Select an element or list of elementsbasic
- 76 — Select the children of an elementbasic
- 77 — Select the text of a textarea automaticallybasic
- 78 — Serialize form data into a query stringbasic
- 79 — Set css style for an elementbasic
- 80 — Show a ghost element when dragging an elementintermediate
- 81 — Show or hide an elementbasic
- 82 — Sort a table by clicking its headersadvanced
- 83 — Strip html from a given textbasic
- 84 — Submit a form with ajaxbasic
- 85 — Swap two nodesbasic
- 86 — Toggle an elementbasic
- 87 — Toggle password visibilitybasic
- 88 — Trigger an eventbasic
- 89 — Unwrap an elementbasic
- 90 — Upload files with ajaxbasic
- 91 — Wrap an element around a given elementbasic