need help about mouseover()
I'm new on jquery and i just wanna ask why the code below is not working on IE? It works fine FF and other browser. whats wrong with the script?
- <script type="text/javascript">
- $(function(){ $("dl.alist").live('mouseover',function(){
- $(this).css('background-color','#ddffbb').mouseout(function(){
- this).css('background-color','transparent');
- });
- });
- });
- </script>
idea is highly appreciated!
best regards,
aleks