Quantcast
Channel: jQuery By Example
Browsing all 248 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

How to Integrate Facebook Login To Your Web App using jQuery

Adding a Login with Facebook option to your web app is a pain! The process requires multiple requests to the Facebook API, and usually results in a messy callback soup that you get stuck managing. A...

View Article


Image may be NSFW.
Clik here to view.

How to easily validate form and inputs using jQuery

Validation is an important and required functionality for any application. Without proper validations of input, you application will die. So here is a jQuery plugin named "Valideasy " which helps you...

View Article


Image may be NSFW.
Clik here to view.

How to serialize ASP.NET web form using jQuery

In this post, find how to serialize ASP.NET web form using jQuery. jQuery provides a very useful function jQuery.serialize() which encodes a set of form elements as a string.What is serialize and why...

View Article

Image may be NSFW.
Clik here to view.

12 Handy CSS Snippets for Developers

Find a complied list of 12 handy CSS Snippets for developers or designers. These CSS Snippets addresses most common use cases that are must for websites. These snippets includes like centering a div,...

View Article

Image may be NSFW.
Clik here to view.

5 Latest jQuery Image Crop Plugins

Previously I have posted about "5 jQuery Image Crop Plugin & Tutorials" but after that many new image crop plugins are released. So in this post, find a complied list of latest jQuery image crop...

View Article


Image may be NSFW.
Clik here to view.

How to fallback to PNG if SVG not supported?

SVG or Scalable Vector Graphics image format has suddenly become popular for showing images on your website and its future graphic format. But not all browsers supports SVG format and that's why SVG...

View Article

Image may be NSFW.
Clik here to view.

Random newest jQuery plugins

In this quick post, take a look at some of the newest, interesting and unique jQuery plugins released in last couple of months.PgwBrowser PgwModal is a Browser & OS / platform detection plugin for...

View Article

Image may be NSFW.
Clik here to view.

5 excellent android apps to learn jQuery

In this post, find a list of 5 excellent and free android apps to learn jQuery on the go. These apps are having detailed documentation with examples and covers most of the things.You may also...

View Article


Image may be NSFW.
Clik here to view.

10 jQuery Plugins to make select box/list awesome

Do you feel that HTML select box style is boring, not eye-catching and looks old? If yes, then find a complied list of 10 awesome and free jQuery plugins which will turn your select list or box or...

View Article


Image may be NSFW.
Clik here to view.

New version of jQuery - jQuery 3.0

Yesterday, jQuery team has announced that jQuery new version will be called 3.0 and it is around the corner for release. We will be updating you with what's new with jQuery 3.0. Below is excerpt from...

View Article

Image may be NSFW.
Clik here to view.

How to remove all inline styles using jQuery?

Inline styles are not recommended and it also create problem while managing the site. Here is a one liner jQuery solution to remove all inline styles from the page.$("*...

View Article

Image may be NSFW.
Clik here to view.

Problem: javascript setTimeout executes function immediately

JavaScript has setTimeout() method which calls a function or evaluates an expression after a specified number of milliseconds. See below code,setTimeout(function(){alert("Hello")}, 3000);Above code...

View Article

Image may be NSFW.
Clik here to view.

Different ways of bootstrapping AngularJS

AngularJSis neat and superheroic JavaScript MVW (Model View Whatever) Framework which allows to extend HTML capabilities with Directives, expression, two way binding. In this post, we will see...

View Article


Image may be NSFW.
Clik here to view.

Latest AngularJS interview questions - Part 1

Last year we published Latest jQuery interview questions and answers and thank you for your overwhelming response. And now we have come up with latest AngularJS interview question. These interview...

View Article

Image may be NSFW.
Clik here to view.

Latest AngularJS interview questions - Part 2

With continuation of AngularJS interview question series, after Part 1, here is list of 2nd set of 10 AngularJS interview questions and their answers. These interview questions covers mainly...

View Article


Image may be NSFW.
Clik here to view.

Latest AngularJS interview questions - Part 3

With continuation of AngularJS interview question series, after Part 1 and Part 2, here is list of 3rd set of 10 AngularJS interview questions and their answers. Latest AngularJS interview questions -...

View Article

Image may be NSFW.
Clik here to view.

Latest AngularJS interview questions - Part 4

With continuation of AngularJS interview question series, after Part-1, Part-2 and Part-3, here is list of 4th set of 10 AngularJS interview questions and their answers. Latest AngularJS interview...

View Article


Image may be NSFW.
Clik here to view.

Use console.group for better JavaScript debugging

For debugging JavaScript/jQuery code, the easiest and preferred way is to use console.log() to output a message in web console. But it works fine when you have small amount of logging message. But...

View Article

Image may be NSFW.
Clik here to view.

Define multiple Angular apps in one page

Recently in my previous post, I have posted about Different ways of bootstrapping AngularJS app, where you can either auto-bootstrap using ng-app attribute or manually bootstrap using angular.bootstrap...

View Article

Image may be NSFW.
Clik here to view.

We Have Just Revamped Our Website!

Welcome to our new revamped website. We were working very hard from last couple of weeks to get this major redesign implemented. And here we are today with new fast, attractive, responsive and easy to...

View Article
Browsing all 248 articles
Browse latest View live