jquery - How to Disable a specific link using html or javascript -
i using gchat voice , video chat script. link website
the problem login in chatroom , use flash link crash users browser.
when login of disconnected , have blank black page @ time.
he must using src="http://best-hosting.cu.cc/c/banner3-www-facebook-skype-net-com.swf"
or iframe of link somewhere when logging in.
please me. how can disable flash thing not load in users browsers
i links detect using ads block plus extension in firefox when login flash link thing. when block link in ads block plus not disconnect other users dont have ads block plus still disconnect website , have blank black page.
please suggest me solve problem.
you try accepted answer here: find text , remove jquery
use find string within text , remove entire thing.
i'd do: $('.classname').contains('.swf').remove();
where classname class links, or <a>
tag in general
edit: being said, have no idea gchat is, , whether or not possible it. if hosted on site should work, if embedded , hosted elsewhere, i'm not quite sure, worth try though.
Comments
Post a Comment