List Hits

Total Items found in Hits is 610365.
A Collection of Hits...
redirect www to non www

10:30 pm, April 2, 2023
chevron down

10:30 pm, April 2, 2023
truncate string using jquery

10:30 pm, April 2, 2023
Use Sweet Alert rather than alert!

10:29 pm, April 2, 2023
How to use default props in React

10:29 pm, April 2, 2023
bootstrap dark mode

10:29 pm, April 2, 2023
gallery carousel center mode

10:29 pm, April 2, 2023
Search Duplicating Bugs

10:29 pm, April 2, 2023
Alpine JS Testing

10:28 pm, April 2, 2023
show the year with js

10:28 pm, April 2, 2023
get tomorrows date with javascript

10:26 pm, April 2, 2023
top bar overflow issues [fixed]

10:26 pm, April 2, 2023
php return json header and content

10:26 pm, April 2, 2023
Sweet Alert 2 Methods and Examples

10:24 pm, April 2, 2023
Auto Changing Image URL

10:24 pm, April 2, 2023
jquery jqueryui vue script includes

10:23 pm, April 2, 2023
Chat GPT slick slider code testing

10:22 pm, April 2, 2023
Latest from Code Widget

10:22 pm, April 2, 2023
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤ī¸đŸ‘Šâ€đŸ’ģ🎮

đŸĒĻ 2000 - 16 Oct 2022 - Boots
Random Quote
Interesting...

Me
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference