EXEIdeas | November 24th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesHow we can highlight the current page, menu, or link? We can do this with HTML CSS & JavaScript. Check Out This Highlight Current Page With HTML CSS JS, Show Active Link Or Menu. I am sure that, ...
EXEIdeas | August 10th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesSometimes we need to enable and disable input elements like text box, radio buttons, or checkboxes, to make it readable only or sometimes allow users to fill the form with their data but every time yo...
EXEIdeas | August 2nd, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesLike you are making a web app or writing any program where you need to know that from which page your visitor or use came to the current page then it is possible via pure plain vanilla javascript. The...
EXEIdeas | June 9th, 2013 | 0 Comments | Blogspot / Blogspot Tricks / Website / Website TricksAfter receiving many emails about this error that Like/Send buttons or Publish buttons are putting in weird content, or getting the wrong images, or things like that. and also experiencing t...
EXEIdeas | April 24th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesGoogle Maps is an easy and best way to display location on the web page. A marker is used to identify a location on Google Maps and an Info Window displays some content over the map. With a marker and...
EXEIdeas | February 9th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis lightweight JavaScript code snippet helps you to create drag-and-drop reorder list functionality. It allows you to rearrange any elements within a parent node with a class name “drag-sort-e...