Author: therichpost
-
Solved – Swiping on a slide does not update the pagination active state
Hello to all, welcome to therichpost.com. In this post, I will tell you, Solved – Swiping on a slide does not update the pagination active state. Here is the jquery trick, with this, I managed to add active class to the pagination on image slide: swiper.on(‘slideChange’, function(){ $(“.swiper-pagination-bullet”).removeClass(“swiper-pagination-bullet-active”); $(“.swiper-pagination-bullet:eq(“+swiper.activeIndex+”)”).addClass(“swiper-pagination-bullet-active”); }); If you have any…
Written by

-
Angular 9 Material Datatable with php mysql data
Hello to all, welcome on therichpost.com. In this post, I will tell you, Angular 9 Material Datatable with php mysql data. Here is the working code snippet and please do carefully and if you have any query then please do comment below: 1. Here are the basics commands to install angular 9 on your system:…
Written by

-
Laravel 7.2 routing with route group auth guard check with prefix
Hello to all, welcome to therichpost.com. In this post, I will show code snippet for, Laravel 7.2 routing with route group auth guard check with prefix. I have used this into my Laravel Multi auth guards and here is the working video example: Here is the code snippet and you can use that into your…
Written by

-
Javascript Array methods cheat sheet part – 2
Hell to all, welcome again on therichpost.com. In this post, I will tell you, Javascript Array methods cheat sheet part – 2. Here are Javascript Array methods and hope, all are useful: 1 – slice() – slice method will create a new array with elements from the index range passed in. 2 – concat() -…
Written by

-
Javascript Array methods cheat sheet part – 1
Hell to all, welcome again on therichpost.com. In this post, I will tell you, Javascript Array methods cheat sheet part – 1 . Here are Javascript Array methods and hope, all are useful: 1 – push( ) – insert an element at the end. 2 – pop( ) – remove an element at the end.…
Written by

-
Angular 9 AG-Grid add datepicker to each row
Hello to all, welcome again on therichpost.com, today in this post, I will show you, Angular 9 AG-Grid add datepicker to each row. Post Working: In this post, I am showing datepicker in each row of ag-grid in Angular 9 with the help of jquery. Here is the working code and you need to add…
Written by

-
How to make custom Woocommerce my order page template WordPress?
Hello to all, welcome again on therichpost.com. In this post, I will tell you, How to make custom Woocommerce my order page template WordPress? Post Working: This post code is useful for, if you want to show seperate user orders items. Each login user can see his/her order woocommerce items. And you can make separate…
Written by

-
Angular 9 Popover Login Form working code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 9 Popover Login Form working code. Here is the working code snippet and please use carefully and if you have any kind of query then please comment below: 1. Very first you have to run below command into your terminal to…
Written by

-
Angular 9 Text editor working code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 9 Text editor working code. Guy’s Angular 12 came and if you are new in angular 12 then please check below link: Angular 12 Tutorials Here is working code and please use carefully: 1. Very first, you need to run this…
Written by

-
Laravel 7.2 Best Practices Database Queries
Hello to all, welcome to therichpost.com. In this post, I will tell, Laravel 7.2 Best Practices Database Queries. Here are the some basics laravel database queries easy to understand. Laravel is the best php mvc framework. 1. Laravel Eloquent Insert Query : // I am doing this in controller file //Employees –>Modal Name $employees =…
Written by
