JavaScript
-
jQuery Drag and Drop Example
The aim of this example is to explain and use drag and drop functionality with jQuery. Basically, in jQuery you…
Read More » -
jQuery UI Autocomplete Example
In this example, we’re going through a very useful widget of jQuery, autocomplete(). Autocomplete enables users to quickly find and…
Read More » -
jQuery CSS Background Image Example
In this example, we’ll learn how to use jQuery to add CSS properties to HTML elements and specifically how to…
Read More » -
jQuery Disable Button Example
The aim of this example is to show you how to enable/disable a button using the famous jQuery library of…
Read More » -
Javascript Redirect URL example
It has happened to all of us to click a certain URL and be redirected to another one. Probably you…
Read More » -
JavaScript Survival Tools for the Java Developer
Although I’ve worked with JavaScript a bit here and there over the years, I have not used it as regularly…
Read More » -
Using the jQuery UI datepicker with ASP.NET MVC
I wanted to start the real code for my side project by making a small skeleton of the project in…
Read More » -
Javascript On Page Load Example
The onload event is a function or code that is executed after the page or window is fully loaded. But…
Read More » -
Understanding Backbone.js from the lens of a Java programmer
Let me start this blog in favor of backend or server-side programmers by making the following statement: “A server-side programmer (Java…
Read More »