Search and Top Navigation
Ticket #6080: select.html
File select.html, 0.5 KB (added by quaff, September 20, 2010 03:10PM UTC)
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
<script>
$(function(){
$('div').disableSelection();
});
</script>
</head>
<body>
<div>
<select>
<option>test1</option>
<option>test2</option>
<option>test3</option>
<option>test4</option>
</select>
</div>
</body>
</html>
Download in other formats:
Original Format
File select.html, 0.5 KB (added by quaff, September 20, 2010 03:10PM UTC)
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
<script>
$(function(){
$('div').disableSelection();
});
</script>
</head>
<body>
<div>
<select>
<option>test1</option>
<option>test2</option>
<option>test3</option>
<option>test4</option>
</select>
</div>
</body>
</html>