Introducing Bliss: A 3KB library for happier Vanilla JS
Introducing Bliss, a lightweight 3KB JavaScript library for simplifying DOM manipulation and making Vanilla JS development more pleasant.
Introducing Bliss, a lightweight 3KB JavaScript library for simplifying DOM manipulation and making Vanilla JS development more pleasant.
Introducing Stretchy, a standalone JavaScript utility for automatic form element autosizing that works with inputs, textareas, and select menus.
Argues against using jQuery for modern web development, citing native browser APIs and jQuery's abstraction issues.
A developer builds a single-player Tic Tac Toe game in JavaScript/jQuery, detailing the logic for win detection and AI opponent tactics.
Learn how to use PhantomJS, a headless browser, to inject and execute JavaScript for inspecting dynamic websites.
Explains how to replace common jQuery functionality with modern vanilla JavaScript and CSS, using examples like DOM manipulation, AJAX, and animations.
A technical guide on using jQuery UI's sortable plugin to track and POST the original and new index of dragged items to a server.
Chainvas library update adds modularity, IE8+ compatibility, client-side build script, and extensive documentation for API chaining.
A technical solution using JavaScript/jQuery to fix image resizing issues in Google's Blogger platform by enforcing maximum width constraints.
A developer introduces createTree, a JavaScript function for building DOM structures to avoid Mobile Safari's innerHTML bugs.
Learn how to change the URL hash without causing a distracting page jump using the History API and a fallback for older browsers.
A tutorial on using jQuery to find and replace specific text patterns within the DOM, useful for content editing workflows.
An updated JavaScript library for creating cross-browser, imageless linear gradients with multiple colors and transparency support.
Essential browser bugs and workarounds developers need to know when coding JavaScript without libraries.