Deutsch English

JavaScript Blogs & Tutorials

Bootstrap dynamicModal Plugin

In this particular tutorial I will explain how the plugin Bootstrap dynamicModal works. dynamicModal is a plugin that dynamically generates the modals with Bootstrap. Firstly, create a HTML website and include all the essential Bootstrap CCS, JavaScript and jQuery files. *Demo*[http://php-programmierer.at/demos/dynamicModal/] Here is an example of a...

jQuery loadMoreButton Plugin

This plugin divides the HTML website’s content into several sections. When clicking on the button one section from the HTML website loads. This Plugin generates the button at the end of the content by means of previously defined options. *Demo[demos/loadMoreButton/]* *Usage?* Create a list with several entries...

jQuery simple drag & drop upload Plugin

In this tutorial I want to explain how the script *jQuery simpleUpload* script works in action. First you have to download the script and unzip the files into a webserver, for example: */var/www/simpleupload/* *The simpleupload-directory should contain the following directories and files:* *Uploads:* files should be...

Responsive menu for mobile devices with jQuery Plugin PageSlide

The following tutorial will focus on responsive HTML-menu for mobile devices and tablets. I would like to show how the jQuery-Plugin PageSlide[http://srobbin.com/jquery-plugins/pageslide/] works, based on a practical example. The underlying principle is to slide the menu layer over the content layer. Here[demos/responsive_menu/] you can find a...