Skip to content

Here i have a collection of simple javascripts I have made. Feel free to adapt them to your needs

License

Notifications You must be signed in to change notification settings

Lonimokio/Simple-Javascripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Simple JavaScripts Collection

Welcome to my collection of simple JavaScripts! Feel free to adapt them to your needs.

List of Current Scripts

Filter_Hide

Filter_Hide is a simple script I made to hide certain filters and show others when the screen is too narrow. It is meant to unclutter a webstore on a mobile device.

To use Filter_Hide, simply include the script in your HTML file and initialize it by calling the filterHide() function. Here's an example:

<script src="filter_hide.js"></script>
<script>
  filterHide();
</script>

About

Here i have a collection of simple javascripts I have made. Feel free to adapt them to your needs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published