Skip to main content

Bug Tracker

Side navigation

Ticket #3753: jqselecttest.html


File jqselecttest.html, 0.6 KB (added by vlad, December 26, 2008 09:33PM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <title>BUG</title>
  <script type="text/javascript" src="http://code.jquery.com/jquery-1.3b1.js"></script>
  </head>
  <body>
    <form><input type="hidden" value="39827" name="id"></form>
    <a id="link-1" href="#" style="display:none;">Test Link 1</a>
    <script type="text/javascript">
      $("[@id*='link-1']").css("color", "#AB4145").show("slow");
    </script>
  </body>
</html>

Download in other formats:

Original Format