How to Convert Line Breaks to br in jQuery ?
If you are use textarea and you want to like break into br(\n) so that way we can give format as user insert, but if you are working on php then you can easily doing with nl3br() through, but if you a.....
How to remove current changes from local system in Git ?
Git remove all current changes, if you did some wrong code in your project and you want to remove from git. then you can simply remove by git checkout command.i mean you did changes in your local syst.....
Laravel CKeditor 5 Image Upload Tutorial Example
Hello developers, This post focuses on an example of uploading images in CKEditor using Laravel. This example will help troubleshoot issues related to CKEditor image uploads not working in Laravel. Le.....
How to Check Object is Empty or Not in JQuery?
you can check your JavaScript OR jQuery object is empty or not, because we need to check many place our jQuery object is empty, null or undefined etc., So usually, we can check using $.isEmptyObject().....
How to use Datepicker in Bootstrap?
You are working on bootstrap and you want to add datepicker, then you have to use bootstrap-datepicker library. but if you are new and how to add datepicker in bootstrap then i provide you example of .....
Autocomplete with Images and Custom HTML Code in Jquery UI?
In your website you require to set auto-complete user full-name with image. generally you use auto-complete with name, email, message etc text but if you want to add image or your own html code like u.....
Which MySQL Datatype use for Store an IP Address?
If you want to store IP address in mysql database then don’t mistake to use varchar datatype because you can use INT UNSIGNED 4(BYTE) datatype. using integer datatype you can save more space in data.....
Mysql Hexadecimal Color Code Store in Binary Datatype Example
If you have thousands of record store, that time database size would be large. but you can some field can save your number of bites in the database. you have color field then most of you choose string.....
How to use Google Maps API with JQuery PHP?
if you are working on PHP, asp, or any other framework and you want to integrate google API and also you want to get Latitude and Longitude for location. we have mostly fetched some problems when we s.....
How to Add Pagination with Union in Laravel?
Now, let's see post of laravel pagination with union query. let’s discuss about how to add pagination with union in laravel. you can understand a concept of laravel manual pagination with union quer.....