JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

How to Center any Element Using jQuery

August 8, 2017 by Krishna Srinivasan Leave a Comment

In CSS, there are a few different ways that you can center HTML elements. If you’re working with block-level elements, you can use the margin: 0 auto trick, which uses margins to place any block-level element in the exact center of their parent element. That trick looks like this: div{    margin: 0 auto; } If […]

Filed Under: jQuery

Using jQuery to Create a Click Counter

January 23, 2017 by Krishna Srinivasan Leave a Comment

Here’s a cool jQuery snippet that you can use to create a click counter. The way it works is that each time an element is clicked, the counter (which starts at 0) goes up by one. The counter can be applied to the clicking of any particular elements or multiple elements, and you can choose whether […]

Filed Under: JavaScript, jQuery Tagged With: Click Counter, jQuery

5 jQuery Plugins for Form Validation

November 1, 2016 by Krishna Srinivasan Leave a Comment

Writing your own custom validation rules is sometimes necessary, but it can also be really time-consuming. Any of the following lightweight plugins will do most of the validation code writing for you. 1. quickValidation.js quickValidation allows you to define the validation rules directly within the HTML input tags. You can also use this plugin to […]

Filed Under: jQuery Tagged With: Form Validation, JQuery Plugins

5 Plugins to Post JavaScript Code Snippets on your WordPress Site

October 16, 2016 by Krishna Srinivasan Leave a Comment

Are you a Java developer that runs a tutorial site or writes the occasional tut? If you are, you might be on the lookout for some easy ways to post formatted code snippets into your WordPress posts. Take a look at any of these plugins to learn more about how to easily add JavaScript code […]

Filed Under: CSS, HTML, jQuery, Wordpress Tagged With: Code Markup, CodeColorer, Developer Formatter, File Inliner, Google Syntax Highlighter

JavaScript Libraries to Keep Your Projects On-Trend

August 23, 2016 by Krishna Srinivasan Leave a Comment

Staying on top of modern design trends and learning how to execute them for your websites and projects can be a full-time job…unless you take advantage of these libraries and plugins. The following list of jQuery and JavaScript libraries and plugins will help you integrate some trendy effects (watercolors, video embeds, and fading transitions, to […]

Filed Under: JavaScript, jQuery Tagged With:  Aquarelle, Animsition, Choices.js, Magnific Popup, Slinky, Tabslet, TwentyTwenty, uperEmbed.js

JQueryUI Selectable Widget Example

November 13, 2014 by Guest 5 Leave a Comment

jQueryUI provides selectable widget which allows selecting elements individually or in group elements by using the mouse. It also possible to select elements with the mouse hovering on the elements by dragging a box. Elements can be selected by clicking on the element or by dragging the element and also allows selecting of multiple elements […]

Filed Under: jQuery Tagged With: JQuery Events

JQuery UI Draggable Example

November 13, 2014 by Guest 5 Leave a Comment

The drag is a common feature which is an event, enables dragging by allowing DOM elements to be moved using the mouse. It is something like, when we grab an object and drag it to a different location. It is an intuitive way for user to interact with website or application. Once the element is […]

Filed Under: jQuery Tagged With: JQuery Events

JQuery ajaxStart Example

November 13, 2014 by Guest 5 Leave a Comment

The ajaxStart() method triggers when an Ajax request begins and there is no other requests are in active process. This method is used to show the graphics, when the data is loading from the server. When AJAX request begins, then the AjaxStart() method add to the function. Create Buttons using jQueryUI How to detect jQuery […]

Filed Under: jQuery Tagged With: JQuery AJAX

JQuery Enabled Selector Example

November 9, 2014 by Krishna Srinivasan Leave a Comment

It selects all the enabled elements in the form. In general, it makes activate for doing operations on elements such as input type text elements, button element etc in the document. It is recommended that it must start with tag name, otherwise by defult it selects all the elements in the form by using defualt […]

Filed Under: jQuery Tagged With: JQuery Selectors

JqueryUI Accordion Example

November 8, 2014 by Krishna Srinivasan Leave a Comment

The jQueryUI provides collapsible widget called accordion is a view of hierarchy so that only the roots of each branch are visible. It is widely used to manage large content and navigation lists on the website. We can easily create collapsing division within a webpage which is used to build accordion navigation, content boxes etc. […]

Filed Under: jQuery Tagged With: jQuery UI

  • 1
  • 2
  • 3
  • …
  • 10
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.