Skip to content
Freaky Jolly

Freaky Jolly

News . Hacks . Tricks . Reviews

  • Home
  • Directory
  • Hire us
  • Contact Us
    • Share your content
    • Request Demo
  • Tools
  • Privacy Policy

Category: jQuery

How to Check a Radio Button in a Group with jquery

February 7, 2020 Jolly.exe

To check or select a Radio form control we use prop() method in jQuery. For that, we need to bind the prop method using a selector which can be an ID, class or value of radio control in a group.

Angular 9|8|7 DataTables using jQuery Datatables Library

Last updated on April 25, 2020 Jolly.exe

Datatable is popular among developers developing in web projects using the mainly jQuery library. It is a full package of many basic features like Pagination, Sorting, Filter search bar, etc. In this post, we will implement this fully featured Datatables library in Angular project and discuss various options available from basic to advance level of

Read More

jQuery | Checkbox List Select / Unselect All with Indeterminate Master Check Example Tutorial

Last updated on March 26, 2019 Jolly.exe

Selection of items with a checkbox is very common user interaction found in many web application. Usually, there is a master checkbox to Check / Uncheck list items with a single click. In this post we will create an item list with checkboxes and master checkbox, on Checking/ Unchecking will select/ unselect the following list.

Read More

Add reCAPTCHA v2 and Form Validation using Custom jQuery

Last updated on December 28, 2018 Jolly.exe

In this post, we will create a form having custom validation for required fields using jQuery. This custom form will also have reCAPTCHA v2 of Google to verify if the user is a bot or real person.

Responsive Tabs in jQuery Without Any Plugin!

Last updated on December 21, 2018 Jolly.exe

Showing tabs elements on a web page looks great and really minimize space coverage by content. The user feels free to select only heading to view related content. in mobile devices also we can provide similar behavior in responsive design. in this post we will create responsive tabs in jQuery, this will not have any plugin.

Read More

Gmail Login Input Field Style!

Last updated on December 20, 2018 Jolly.exe

A few days back Gmail changed it’s login screen with a nice interactive input field with floating labels when the user focus to write. This looks awesome and reminds of many android native device form fields. The ionic framework also having options to create a similar type of form fields with floating labels on them.

Read More

CSS & jQuery – How to Disable Text Selection Highlighting?

Last updated on November 30, 2018 Jolly.exe

In some cases, we don’t want others to copy selected text. To prevent text on a webpage we can opt for CSS, Pure JavaScript or jQuery solution. We will discuss one by one.

jQuery – Top 5 Image Slider/ Carousel Responsive

Last updated on November 24, 2018 Jolly.exe

Image Sliders plays a key role in beautifying user interface by placing multiple images at a single or limited area. Here we will discuss Top 5 Image Sliders/ Carousel Available for free. We will also discuss the pros and cons of each option available.

Owl Carousel 2 – Customize Navigation Next Prev Arrows

Last updated on August 9, 2020 Jolly.exe

Owl Carousel 2 is a very popular and easy to implement Image and HTML slider. This is the most loved and favourable image slider available. Most developers prefer to use this slider due to many reasons like responsiveness, touch device support and also support older browsers. It is a full package of many useful options

Read More

jQuery – Show Tooltip on Long Text with Ellipsis AKA DOTDOT

Last updated on August 9, 2020 Jolly.exe

Sometimes in grids, we have long strings of data to show in cells, but they not only distort the UI but also make all data visible even when not necessary. So to resolve these scenarios what we can do is to show access data in tooltip on hover and by default exceeding data from a

Read More

Resolved! Uncaught (in promise) DOMException: Failed to execute ‘toDataURL’ on ‘HTMLCanvasElement’: Tainted canvases may not be exported

Last updated on August 9, 2020 Jolly.exe

In my previous post, we created a Google Map Static API image using a Get URL. In one of my project, there was a requirement of HTML conversion into PDF document. So I wanted to add that Map Image into that PDF document. I used html2canvas and jsPDF libraries for that. When I was trying to

Read More

Generate Multipage PDF using Single Canvas of HTML Document using jsPDF

Last updated on April 24, 2020 Jolly.exe

jsPDF is a nice library to convert HTML content into PDF. We can put the different type of elements in PDF from HTML like an icon, images, text, CSS styles. Here we will discuss an example of jsPDF to convert long HTML page into PDF document which will be generated client-side and download.

Create and Download XLS Excel From JSON Response Data in Webpage Using Javascript

Last updated on June 12, 2020 Jolly.exe

Viewing formatted data on HTML webpage is a good idea until the user wants to do some quick changes in tabular data like sorting, filtering. So it is better to take it in your own hands instead of making server calls. Today we will convert JSON response data into the Excel file. Excel file will

Read More

Convert HTML Document into Image JPG PNG from Canvas

Last updated on May 5, 2020 Jolly.exe

In this tutorial, we’ll learn how to convert HTML DOM content on the web page into a JPEG or PNG image. We;ll use html2canvas library to convert the HTML web page into a canvas then convert that canvas into an Image which can be a JPEG or PNG image. The html2canvas is a powerful library

Read More

jQuery & PHP Convert Date time to Facebook Style TimeAgo

Last updated on May 31, 2018 Jolly.exe

Whenever a user sees a date or time, he/she start doing comparisons between current time and given time. So it takes some more brain resources to do time difference calculations. Facebook knows about this lazy human behavior, that’s why it always shows date time in the following format less than a minute ago 17 minutes

Read More

jQuery UI Datepicker AngularJS Directive using Min Max Options

Last updated on May 14, 2018 Jolly.exe

In an Angularjs project, if you are trying to add a datepicker having all features like MinDate MaxDate etc, you will hardly find any module which is performance efficient, bug-free and is requirement friendly like jQuery UI datepicker. So, If you are looking to use jQuery Datepicker as a directive in your AngularJS project, then

Read More

jQuery Tricks and Tips Reference

Last updated on February 3, 2020 Jolly.exe

In this post, we will discuss some quick tips and tricks which can help in writing a robust code using jQuery. These jQuery tips are related to some basic methods using which we can resolve most encountered scenarios and problems.

Use TabIndex Form Field Focus in Specific Container

Last updated on November 30, 2018 Jolly.exe

Using tab index attribute in HTML form fields a user can easily navigate to the next or previous field by merely using the keyboard. But after some presses, Tab index focus caret secretly goes to a new dimension where it becomes impossible to press tab to get back that caret guy in place. ultimately we

Read More

How to Set Disqus Configuration Variables.

How to Set Disqus Configuration Variables.

Last updated on November 30, 2018 Jolly.exe

Disqus is a great discussion add-on available for multi platforms. The installation process is very simple for known CMS and platforms. But my requirement was to add Disqus on a single page app. To get it installed, I landed on this page.

Datatable Row Reorder with Checkboxes and Radio Buttons

Last updated on June 12, 2020 Jolly.exe

Datatable row recorders feature is used in tables using it’s add-on plugin named (dataTables.rowReorder.js). Using this addon we can drag and drop rows in any order we want in the table. This works only if the table is having some unique serial number or ID. Let’s work on the implementation of datatable with row reorder

Read More

Posts navigation

1 2 Next

Dark Mode


Tutorials

Angular_tutorials
Angular
Ionic_tutorials
Ionic
Firebase_tutorials
Firebase
3.237.178.91
Advertisement

Copyright ©Freaky Jolly

DMCA.com Protection Status