30-09-2012, 20:21
Możliwe jest.
Ale obejść to jest bardzo prosto.
Kod:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$('*').click(function() {retur false;});
});
</script>
Ale obejść to jest bardzo prosto.