Create Unique ID by JavaScript There are different way to generate Unique ID or unique identifier number in JS. Its very useful and use in may cases rendering […]
MySql query for fetch/ retrieve category data in WordPress with image thumbnail
MySql query for fetch WP post_id, post_title, post_date & name with using thumbnail for a particular WordPress category. WordPress also provides some methods for retrieving post data with thumbnails but […]
how to remove increase and decrease number arrow when use input type number in form
Remove arrow when using input number. Facing problem with increase and decrease number arrow when using input type number in form or Ajax request fields. Use Below CSS Code input[type=”number”]::-webkit-outer-spin-button, […]
How to get value store in cookie in browser by use simply jQuery
Get Value store Cookie into Chrome or other Web Browser with JQuery Easily. Below the code, describe how to store a specified cookie value into a variable and use it […]
CSS Grid Properties
Below I show you grid properties, When we use the grid in css some time we not remind the name of the property. So that I post this image for […]
Create an Accordion with HTML and jQuery
Simple Accordion with HTML & JQuery An accordion used to create FAQ and Question & Answers. A vertical accordion is the show list. Each item can be expanded or collapsed […]
Put Multiple Properties of CSS in jQuery
Put Multiple Properties of CSS in jQuery jQuery(‘container’).children().css({‘color’:’pink’, ‘background-color’:’blue’, ‘font-family’:’arial’, ‘font-size’:’20px’});
Get selected uploaded file name in input file by jQuery without fake path
Uploaded file value comes with a fake path, how to get filename without a fake path. In this code, how to get filename without full path, only use the file […]
Flexbox Properties Tutorial and How to Use with HTML CSS
Why Using Flexbox: An Overview of Behind using flexbox. In this blog, show you using behind flexbox and main properties of using it in order to flexbox layout. What is […]
How to add or write :hover on ::before and ::after selector in CSS
How to add :hover on ::before and ::after css selector Some people find and facing the problem of how to use hover effect on ::before and ::after css selector, but […]
