Satpal

jQuery clone div with unique attributes (+ examples)

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

4 years ago

PHP Form Validations with examples [+Github code]

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

4 years ago

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

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

4 years ago

Allow only numbers to enter in the HTML input – Javascript

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

5 years ago

Bootstrap Tabs with Livewire & Laravel [Solved]

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

5 years ago

PHP variables with a string literal

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

5 years ago

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

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

5 years ago

Simple pixabay image gallery with jQuery

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

5 years ago

Check and Uncheck all checkboxes with jQuery

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

5 years ago

Add tooltip to mouse cursor with jQuery

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

5 years ago