EXEIdeas | May 15th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesIn this tutorial we’ll be coding a double range price slider. While HTML does have a native range slider input this isn’t suitable for when a double range selection is required (min and max). So t...
EXEIdeas | May 5th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis JavaScript code snippet helps you to create a simple WYSIWYG-rich text editor with all basic commands. It is purely built with HTML5, CSS, and JavaScript without using an additional library or ...
EXEIdeas | March 6th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesAllowing users to upload photos directly to a website, without first resizing them, hurts the user experience for two reasons. Large photos take time to upload ⏱ Large photos cost the user money in ...
EXEIdeas | February 20th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesA fully customizable and appealing gradient context menu to add to your websites taking the most out of its dark icons, smoothly selected item highlights, and sub-menus. This context menu was created ...
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...
EXEIdeas | January 24th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo you want to add a list of labels and tags or categories to let your users search filters or in your forms with awesome animation with pure vanilla javascript? There are many code snippets available...
EXEIdeas | January 2nd, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis JavaScript code snippet helps you to create simple table pagination. It allows you to define table rows per page and generate paging accordingly. You need to create an HTML table element with row...