Privacy Policy for Halloween Toolbox Chrome Extention
Effective Date: 2024-10-31
Usefull JS code snippets
Just some small but sometimes usefull Javascript code snippets:
Add string that sorunds all regular expression matches:
more...
Add string that sorunds all regular expression matches:
Google drive download URL
Create direct download URL linked to google drive from shared file link.
more...
Check online status
Simpe way to check online status using JS.
The idea behind the requests is to check for online status and not just the network status.
more...
The idea behind the requests is to check for online status and not just the network status.
jQuery AJAX uploader
jQuery plugin that allows easy implementation of AJAX upload.
There are multiple callbacks available ;)
more...
There are multiple callbacks available ;)
Simple jQuery scripts
The post contains simple but useful implications of jQuery.
Set temporary blink effect on element:
more...
Set temporary blink effect on element:
JS encrypt data using public key
Here's an example of data encryption via public key using JSEncrypt.
More about JSEncrypt http://travistidwell.com/jsencrypt
more...
More about JSEncrypt http://travistidwell.com/jsencrypt
Get the IP address in the local network
The following script allows you to get the internal IP from the
local network of the user.
If you need it for some reason...
more...
local network of the user.
If you need it for some reason...
Get geolocation from freegeoip.net
A quick and easy way to use freegeoip.net go get geo location data:
jQuery.ajax({
more...
jQuery.ajax({
Sami's editable cells v.1.0
his plugin will allow you to edit any kind of html elements with a simple text content. It's able to send the value and the ID of the edited element via AJAX request.
A callback function is also available and has as parameters the ID and the value of the element plus the responce from the callback URL if it's set.
The plugin will work even if the editable elements are added dynamically to the parent element.
more...
A callback function is also available and has as parameters the ID and the value of the element plus the responce from the callback URL if it's set.
The plugin will work even if the editable elements are added dynamically to the parent element.
jQuery multiple countdowns plugin
"Sami's countdown" is my simple and easy to use jQuery timer plugin. It allowes you to set timers in multipe containers wich makes it realy useful in web pages with multiple time limited offers. The plugin gets its start time from the HTML containers so it's realy easy to set the start time using your backend programing language.
It also has a callback function in case of need. You can find the usage example here and the plugin code bellow:
more...
It also has a callback function in case of need. You can find the usage example here and the plugin code bellow: