Ok, i found the mousewheel plugin and it solved my problem.
Nevermind...

Sam

      $(this).mousewheel(function(){return false;});


On Mar 17, 2:19 pm, Shredder36 <shredde...@gmail.com> wrote:
> Hello,
>
> I want to prevent our users from accidently changing the value in a
> select element using the mouse wheel.  I tried various permutations on
> the following theme but have been unable to get anything to work.  Any
> suggestion would be greatly appreciated.  This application is for a
> captive audience and does not need to be cross browser capable.  Only
> IE is allowed.  Thanks,
>
> Sam
>
> $(document).ready(function() {
>
>   $(my selector here).each(function(i) {
>
>       //...some other stuff that works fine.
>
>       $(this).bind("onmousewheel", function(e){ e.preventDefault
> (); });
>
>   });
>
>
>
> });- Hide quoted text -
>
> - Show quoted text -

Reply via email to