Building a Seamless College Project : Creating a Node.js Backend and React Native AppThis is the API documentation for the college project that brings together the power of Node.js backend development and React Native app…Aug 31, 2023Aug 31, 2023
Using useInfiniteQuery for Infinite Pagination in React QueryIn web applications, it’s common to display a large list of data that needs to be fetched from an API in a paginated manner. React Query…Aug 9, 2023Aug 9, 2023
Creating a download link with download attribute not working ?here is an example from w3schoolsMar 31, 2023Mar 31, 2023
Change your theme color using jshtml meta theme-color only supported by chrome android till now.Apr 7, 2021Apr 7, 2021
Remove iOS input shadowYou’ll need to use -webkit-appearance: none; to override the default IOS styles. However, selecting just the input tag in CSS will not…Apr 4, 2021Apr 4, 2021
Get as e.target the exact element at which onClick is specified?as we working on we knew that event.target,Apr 1, 2021Apr 1, 2021
Set Tomorrow Date as a max attribute in HTML.let today = new Date(); let dd = today.getDate(); let mm = today.getMonth( ) + 1 //jan start from 0 let yyyy = today.getFullYear( ) …Mar 26, 2021Mar 26, 2021
dynamically Bootstrap Tooltip on Dynamically append element$(document).ready(function(e){ $(‘body’).tooltip({ selector: ‘.tooltip’ }); })Mar 16, 2021Mar 16, 2021