• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
logo

Tutsplanet

Free Technical and Blogging Resources

  • Home
  • Web Hosting
  • Programming
  • Plugins
  • Write For US
  • News
  • About Us
  • Snippets

jQuery

The 50 Most Useful jQuery Plugins for Frontend Development

Aug 21, 2020 by Editorial Staff Leave a Comment

jQuery is one of the best fronted frameworks ever created. These days there are several other players also, like react, angular and vuejs, but jQuery keeps the top position with a usage in 78% of top million sites.

Filed Under: Programming Tagged With: jQuery, jQuery Plugins

How to Use jQuery Datepicker with Timepicker

Aug 18, 2020 by Editorial Staff Leave a Comment

You may heard about the jQuery Date Picker and probably you’ve used it many times. So in this tutorial we are not talking about a jQuery Date Picker, but a date picker with time  selecting option.

Filed Under: Programming Tagged With: jQuery

Append an element with fade in effect in jQuery

Aug 13, 2018 by Editorial Staff Leave a Comment

You can do this by using append function in jQuery as below snippet $(‘#main_conatiner’).append( $(‘<p><img src=”loader.gif”></p>’).hide().fadeIn(2000) ); Or you can use appendTo function as below var html ='<p><img src=”loader.gif”></p>’; $(html).hide().appendTo(“#main_conatiner”).fadeIn(2000); Laravel date set timezoneHow to create console command in laravel ?Show a number in two decimal places in PHPPHP str_replace() FunctionHow to delete file from […]

Filed Under: Snippets List

Water Ripple effect jQuery plugin

Apr 2, 2017 by Editorial Staff Leave a Comment

Who wouldn’t like to have water rippling effect on their website? So I am showing a wonderful jQuery plugin that does the water rippling effect when mouse over a swimming pool image. It’s kept very minimally in size like max 2KB.  

Filed Under: Javascript Tagged With: jQuery

Trigger a function when clicks outside of an element in jQuery

Mar 27, 2017 by Editorial Staff Leave a Comment

If you need to hide a div when you click outside of it. Below snippets are explaining that behavior in detail. HTML   jQuery  Its pretty self explanatory, when you click outside of the target div, the jQuery function check for then click event is based on the element. If not the div will fade […]

Filed Under: Programming Tagged With: jQuery

Masking images with jQuery/css

Mar 25, 2017 by Editorial Staff Leave a Comment

Masking the images using jquery, it’s an interesting subject.In so many websites we have seen some images are curved shaped. Here the below script is helping you to implement this technique. I am not telling all of them are using this but many people are using. But I am satisfied with this method.

Filed Under: Programming Tagged With: jQuery

Primary Sidebar




Quick Links

  • A Simple YouTube Video Downloader Script in PHP
  • The 50 Most Useful jQuery Plugins for Frontend Development
  • Base64 Decode Online
  • Base64 Encode Online

Subscribe

* indicates required

Share

   

Hot topics

  • A Simple YouTube Video Downloader Script in PHP 271 views
  • Replace “\n” with new line characters, using Notepad++ 243 views
  • Add FTP/SFTP in Visual Studio Code 178 views
  • Open a URL in a new tab using JavaScript 141 views
  • Using Third-Party Libraries in Codeigniter 140 views
  • Upload Multiple Images and Store in Database using PHP and MySQL. 130 views
  • Laravel Image Intervention Tutorial With Example 125 views
  • Hierarchical Tree view Category Example in Laravel 112 views
  • Spout, an awesome library for reading and writing in Excel. 102 views
  • Manually Install APK Files In Android Studio Emulator 98 views

Categories

  • Design & Development
  • Drupal
  • Facebook
  • General
  • How To
  • ios
  • Javascript
  • Linux
  • Magento
  • Marketing
  • News
  • PHP
  • Plugins
  • Programming
  • Snippets List
  • Social Media
  • Softwares
  • Themes
  • Tips
  • Wordpress
  • YouTube

Copyright © 2021 · TutsPlanet Gene Theme on Genesis Framework · Powered By BunnyCDN