Category: Jquery
-
Vuejs Laravel 7 Responsive Sidebar Template
Hello friends, welcome back to my blog. Today in this blog post, I am going to tell you, Vuejs Laravel 7 Responsive Sidebar Template. For Laravel 7 and Vue.js Lovers, please check below two links: Laravel 7 Vuejs Friends now I proceed onwards and here is the working code snippet for Vuejs Laravel 7 Responsive…
Written by

-
Angular 9/10 select2 get value onchange event
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 9/10 select2 get value onchange event. Angular 10 came. if you are new in angular then please check below two important links: Angular for Beginners Angular 10 basics tutorials Post Working: In this post, I am showing select2 into my Angular…
Written by

-
Angular 10 Bootstrap Toast Working Example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 10 Bootstrap Toast Working Example. Guy’s here is the updated post for Angular 11/12 Bootstrap 5 Toast Working. Angular and bootstrap combination is amazing and angular 12 came. If you are new in angular then you can check below links: Angular…
Written by

-
Angular 9/10 ag-Grid Open Bootstrap Modal on Row Click
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 9/10 ag-Grid Open Bootstrap Modal on Row Click. Angular 10 came. If you are new in angular then check my old posts related to angular 10. Here is code snippet and please follow carefully: 1. Here are the basics commands, you…
Written by

-
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 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

-
Jquery Isotope Tabs Filter with Load More Button
Hello to all, welcome to therichpost.com. In this post, I will do, Jquery Isotope Tabs Filter with Load More Button. Here is the working code and please use this carefully: 1. Here is the complete HTML code: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <title>Filter Tabs</title> </head> <style>…
Written by

-
Redirect uppercase to lowercase urls in WordPress
Hello to all, welcome to therichpost.com. In this post, I will tell you how to Redirect uppercase to lowercase urls in WordPress? Post Working: In this post, I am doing, wordpress urls redirect uppercase to lowercase(wordpress case sensitive urls) with the help of jquery. Here is the working code and you can add this into…
Written by

-
Angular 8 Child Routing Working Example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 8 Child Routing Working Example. If you are new then you can check my old posts related to Angular 8. Post Working In this post, I am showing, how child routes work. I have used Bootstrap 4 for navigation. In this…
Written by

-
Angular datatables with custom button event click open bootstrap modal popup
Hello to all, welcome to therichpost.com In this post, I will tell you, Angular datatables with custom button event click open bootstrap modal popup. This post first part : Angular datatable with print csv excel copy buttons Post Working In this post, I am adding custom button(details) in my datatable and when I will click…
Written by
