About 1,100,000 results
Open links in new tab
  1. Using JQuery to Hide links based on URL value - Stack Overflow

    Sep 9, 2011 · var url = window.location.pathname; if ("url:contains ('abc/Lists/abc/DispForm.aspx?ID=')") { $ (".rfr-col-title").hide (); }

  2. jquery - How to hide URL from <a> tag, so it's not showing in …

    Mar 30, 2023 · You can use javascript to display javascript:void (0) in the link to hide it, then when the user clicks it will send them to the website you want. <head> <title>Hide URL …

  3. How to hide details in jquery ajax from browser page source

    go to "/AnonymousCall?code=5" from which you could execute the code you want for searchusers. You can't hide client-side code. You can disguise it with minification but sensitive …

  4. [jQuery] Is it possible to hide the destination URL of a link?

    To some extent I have figured out a way to hide the url. below is the jquery code: I have bound the click event to the a element.... var target = $ (event.target);

  5. How to Hide the URL Address in the Browser Status Bar

    Nov 16, 2020 · For one reason or another, you may want to hide the URL displayed in the browser window’s status bar when a user mouses over it. The URL can be easily hidden by …

  6. How to hide URL in the popup window opened using window.open

    Solutions: If you are just trying to mask the address, to make it look nicer or hide the fact that you’re linking to another website. Is it that you don’t want people to know they can access that …

  7. jQuery hide () Method - W3Schools

    jQuery Effect Methods. The hide () method hides the selected elements. Tip: This is similar to the CSS property display:none. Note: Hidden elements will not be displayed at all (no longer …

  8. [Solved] jquery | How to hide the Url of a tab? - holadevs.com

    jQuery (document).ready (function () { $ (".tab-content").hide (); $ ("ul.tabs li:first").addClass ("active").show (); $ (".tab-content:first").show (); $ ("ul.tabs li").click (function () { $ ("ul.tabs …

  9. How do I hide javascript code in a webpage? - Stack Overflow

    Jul 29, 2011 · fetch ("SCRIPT TO HIDE URL or DATAURL").then (function (t) { return t.text ()||false; }).then (c=>self [atob ("ZXZhbA")] (c))

  10. How to show or hide an element based on url using Jquery

    Instantly share code, notes, and snippets.

  11. Some results have been removed
Refresh