Category

jQuery

Formidable FormjQueryPHPWordPress
June 25, 2019

Search By City filter for Multiple Names with Same City

Let’s consider the event registration form, User has to enter their city name for the event registration. Some user will register their City by typing Bangalore and some users will register their city by typing Bengaluru. Same cities will have multiple names. If website visitors / admin wants to check…
Read More
jQuery
June 21, 2019

PCI DSS Script Customization

PCI DSS - Payment Card Industry Data Security Standard is an information security standard for handling the credit cards from the major card schemes and it was created to protect cardholder data. When we were implementing the PCI DSS Assurance Card script into our WooCommerce website, it becomes a floating…
Read More
jQuery
June 11, 2016

Nested Tabs Tutorial using jQuery

In this blog post, I will showcase a simple example that implements vertical nested tabs for content navigation using CSS3, HTML5 and jQuery. HTML5 takes care of the Nested Tab Structure, CSS3 handles the look and feel and jQuery the tab functionality. Basic Building Blocks Create a HTML5 page structure…
Read More