Skip to content

Tag: hide

Search Dropdown Javascript – How to hide list?

I’m a beginner in Javascript/HTML/CSS. So I’m sorry if I’m missing something obvious. My Task: I want to create a search bar on my website (website for images). With this search bar the user should be able to search for “keywords” which I will determine in a list. Every item in m…

How do I hide javascript code in a webpage?

Is it possible to hide the Javascript code from the html of a webpage, when the source code is viewed through the browsers View Source feature? I know it is possible to obfuscate the code, but I would prefer it being hidden from the view source feature. Answer I’m not sure anyone else actually addressed…