Skip to main content

Bug Tracker

Side navigation

Ticket #6072: test-6072.html


File test-6072.html, 0.4 KB (added by dmethvin, March 28, 2010 01:11AM UTC)

Test case

<!DOCTYPE html>
<html>
    <head>
    <title>jQuery Radio Button Selector Test</title>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
    <script>
	$(function(){
		$('a[hash=#submit]').click(function() {
			alert(this.href);
			return false;
		});
	});
	 </script> 
	</head> 
	<body>

 <a href="#submit">submit</a>

</body></html>

Download in other formats:

Original Format