The problem with the tag <noindex>
- <a id="code">LINK</a>
- <noindex id="noindex">
- <textarea rows="3" style="width:390px" readonly="readonly" >
- </noindex>
- $(document).ready(function()
- {
- $("#code").click(function()
- {
- $('#noindex').hide();
- })
- })
For Internet Explorer browsers not working this example. Why?