What is font-family applied on web page? Find by jQuery

jquery font detection inline

The font detector plug-in based on jQuery In some scenarios, you may need to find out what font is applied to different elements of your web pages on the user’s computer. Based on that, you may perform certain actions like adjusting the font-size etc. The jQuery-based plug-in (jquery-detectfont) can be used for that purpose. See … Read more

A jQuery Touch / Mouse Slider (mobile friendly) with 3 Demos

jquery range slider color picker

The responsive jQuery slider with touch and mouse In other tutorials, I have covered quite a few sliders based on jQuery with different features. The built-in slider in jQuery UI, mouse enabled range slider with demos, and a rotating slider are also covered. The plug-in covered in this tutorial is also based on jQuery, which … Read more

jQuery Form Validation with Bootstrap: 4 Examples

jquery validate

The jQuery validate plug-in for HTML forms The form validation is generally required when using the web forms in your web pages. For example, checking the correct email format, password and re-enter password matching, name, age, etc field values (if any are mandatory). In the early days, you had to write a lot of code … Read more

jQuery transition effect in HTML elements with animation

jquery effect sweep

Creating transition effect in HTML elements by jQuery In this demo, you are going to see and learn how to create transition effect in two HTML elements with jQuery. You may use the different type of content in the HTML elements like headings, text paragraphs, images etc. The plug-in allows using only two elements currently. Upon … Read more

jQuery text / Quote / testimonial spinner plug-in: 2 demos

jquery text spinner CSS

Rotating text by using jQuery plug-in The text spinner plug-in which is based on jQuery can be used for rotating the quotes or testimonials etc. in your web pages. If your web page has less space where you want to show more quotes or testimonials by the customers in rotating manners, this plug-in, Quote-Spinner, can … Read more

jQuery checkbox and radio with checked and unchecked labels

jquery checkbox

Creating labels of checkboxes by jQuery In other tutorials related to checkboxes, I showed how you may create simple HTML checkboxes along with Bootstrap’s based classes here. In this tutorial, a jQuery based plug-in is used for creating the labels of checkboxes. That means, the text of the label is clickable unlike the normal checkboxes … Read more

jQuery slideshow for presenting rotating slides with sound

jquery slideshow

The rotating slideshow plug-in Although, this jQuery slideshow plug-in that allows presenting the slides in a rotating way, has the limitation of four slides but it really is fancy and awesome looking as for as presenting anything over your website. With each slide, you may also use a sound as well. You may place MP3 format or … Read more

Show / Hide HTML Table columns by jQuery: 3 Examples

html table columns hide

How to show / hide table columns The simple and nice jQuery based plug-in, hide_columns, can be used for allowing the users to show or hide the HTML table columns in your website. The integration process is quite simple for using this plug-in in any table. You just need to add the jQuery library along … Read more

Create HTML Tooltips by simple jQuery plug-in: 4 Demos

html5 tooltip form

HTML5 tooltips with jQuery Generally, tooltips in HTML are created by using the title attribute in a tag like a link or an image, etc. This way, a basic tooltip is created that is displayed as a user hovers the mouse over that element. Tooltips can be a nice way to contextual help or to … Read more

jQuery Rotate Animation using CSS3 Transform: 4 Demos

CSS3 animation

The rotate animation by using CSS3 and jQuery The jQuery rotate plug-in can be used for creating animations in different elements of the web page including images, icons, or other elements quite easily. This is a light-weight plug-in, with only 1Kb of JS file. So, if you are already using jQuery in a web project … Read more

jQuery full width slider / carousel for images: 2 demos

jQuery slider responsive

The full width image slider jQuery plug-in In other tutorials related to carousels or sliders, I have covered different along with Bootstrap’s carousel for horizontal, vertical etc content sliding. Apart from that multiple items carousel and Bootstrap lightbox are also covered. In this tutorial, I am going to use a jQuery slider that can slide full-width images. The … Read more

jQuery timer (SVG based) with 2 online examples

jQuery timer anti clockwise

The jQuery SVG based timer This jQuery timer which is circular and based on SVG can be integrated easily into your website. You simply need to set a few options in the jQuery code after setting up the plug-in file. For example, the duration of the timer (timeout) to be set in milliseconds. You may also … Read more