encodeURI

A collection of 1 post

When your image source not loading well... encodeURI() VS encodeURIComponent()

Introduction Sometimes we encounter URL problems because of special letters such as , , , blank space, and etc. In this case, we can apply some useful method: and . But, what’s the difference here? and encodes a by replacing reserved characters with their encoding. More specifically these…