I cant seem to get the following working:
$('input:not([type=radio][type=checkbox])').live('click', function() {
alert("You haven't clicked a radio or checkbox!");
});
Have tried a few different syntax's, can anyone help me out on this one.
Cheers
Charlie