jQuery clone div with unique attributes (+ examples)

3 years ago

Hey guys, sometimes we need to clone html elements like div with jquery but also want to assign unique attributes…

PHP Form Validations with examples [+Github code]

3 years ago

I am back with a new php tutorial and this time it is php form validation but not as usually…

PHP & mysql shopping cart project (Live example + source code)

3 years ago

Today we are going to learn about php & mysql shopping cart project with Live example and source code. We…

Allow only numbers to enter in the HTML input – Javascript

3 years ago

Today I am going to discuss the most common asked problem, allow only numbers to enter in the HTML input.…

Bootstrap Tabs with Livewire & Laravel [Solved]

3 years ago

"Bootstrap tabs not working properly with livewire." Actually, Few days back I designed a modal with bootstrap tabs. Then I…

PHP variables with a string literal

4 years ago

While working with PHP, most of the time we need to use PHP string literal variables. Then we use string…

How to return the response from an asynchronous call in javascript?

4 years ago

Return the response from an asynchronous call can be frustrating for javascript beginners. Once in a while Javascript developers are…

Simple pixabay image gallery with jQuery

4 years ago

Today, I am going to create a simple pixabay image gallery with jQuery. I will share the whole source code…

Check and Uncheck all checkboxes with jQuery

4 years ago

How to create check and uncheck all checkboxes with check-all feature. Hello guys, we are going to learn some jQuery…

Add tooltip to mouse cursor with jQuery

4 years ago

How can we add tooltip to mouse cursor with jQuery or JavaScript? Hello buddies, Today we are going to do…