+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag Archives: JQuery

posted by ,
Categories: HTML, JavaScript
Tags ,

In this article, I will try to show you how to make an IPv4 address validation by using jquery.inputmask plugin. But first I would like to write some words about this plugin and his general functionality. What does this plugin ? This plugin provides a way to add a text format to a text field …

posted by ,
Categories: Ajax, HTML, JavaScript, PHP
Tags , , , , ,

The last article I’ve wrote was about Dynamic jQuery Slider search. In this article I will search within some estates using a zip code and a slider for radius and in the end show the results in a map (grouping them in clusters). The final result will look similar with the following image: We will …

posted by ,
Categories: Ajax, JavaScript, PHP
Tags , , , ,

In this article, I will show you how to make a search within intervals using AJAX and jQuery Slider. I will use for example purpose a search between a minimum and a maximum price of some estates that will look like the one you can see in these images: We will use a HTML file, …

posted by ,
Categories: PHP
Tags , ,

When you have to upload an unknown number of files with php, adding some jQuery script can make your job a lot easier than you think. On this post I’ll show you how to do that in no time and effortless. First, let’s create the html form and add two “buttons” that will be used …

posted by ,
Categories: JavaScript
Tags , , , , ,

Have you ever wanted to know what do you have to do tomorrow or in the next week without checking your agenda? Today I’m going to show you how to use JQuery Datepicker and AJAX  to create a calendar that looks like this: This dynamic datepicker calendar will allow users to click on a date …