Category: Misc
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.
Trigger input “change” for UI to work – jQuery Mobile
If you want to manipulate the state of range on a web page created with jquery-mobile, you will have to trigger input “change” for UI to work in sync with the manipulated state otherwise UI will display false old state. I encountered this thing in...
Web browser’s full-screen (F11) toggle function on a web page
toggle browser full screen mode using JavaScript The following script allows you to integrate the browser’s full-screen toggle function when you click on the button. Click the button below in the demo to view the page in the browser’s full-screen mode. You...
CONVERT YOUR IMAGES TO BASE64
It’s a good tool to convert your images to base 64 code that you can use inside your HTML or CSS directly if you do not want to make an HTTP request for your image as an asset or icon. Tool Link – https://tools.webdevpuneet.com/image-to-base64-converter/...
Screenfull.js – bring a page or any element into fullscreen
Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don’t have too. screenfull.js – bring element to full screen...
Blog