JS+JQuery 196

Java script, JQuery that enhances web apps
Sorted from new to old.
Card image cap
Digital Clock

Actually working digital clock JavaScript-based, refreshes every second Found ...

Card image cap
Fancybox v2 apply

Applying Fancybox v2 from (

Card image cap
Bootstrap table by wenzhixin

Working jquery bootstrap table, with pagination, search, sort and column ...

Card image cap
OnChange

Detect when user changes a textbox using JQuery Needed to have this documented ...

Card image cap
Simple Captcha

Sometimes the simplest methods is the most powerful. That is what I said

Card image cap
Prevent Submit until reCaptcha

Disable Submit button until Google reCaptcha is verified, used reCaptcha v2.0 ...

Card image cap
This Year

A quick JS way to get the year of today, a method found it online, and wanted ...

Card image cap
Loading3 gif

Showing animated gif when ancher is clicked, uses an overlay to prevent user ...

Card image cap
Loading gif

Show and hide loading gif using Javascript. a simple way to control when to ...

Card image cap
Bootstrap Modal variables

Bootstrap link to pass variables to modal content Used to build list of links ...

Card image cap
Cookies warning

Thanks to new law in Europe, we need to show users and let them accept a ...

Card image cap
Active BS4 breakpoint

Was looking for some way to show bootstrap 4 breakpoint, and got this

Card image cap
[TAB] inside textarea

Allow textarea's to accept TAB key (ASCII code 63) Could use some enhancements, ...

Card image cap
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...

Card image cap
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image cap
getQueryString

Reading QueryString from JS