File upload buttons are notoriously difficult to style – browsers always want to use their own style for this button. However, to keep a site’s […]
Continue readingCategory: JavaScript
JavaScript RegExp to Replace Between Text
I wanted to replace all text between two tags. It seems odd, but it resovled an issue I had. Here is the text: Hello<table> <tr> […]
Continue readingInsert a string at a position within another string
I needed to insert a string within another string at a specific position. It is easy to retrieve the position of a string within another […]
Continue reading