[jQuery] Re: what is wrong with firefox :(

2009-06-16 Thread MadeOfRose
a On Jun 16, 11:23 am, MadeOfRose wrote: > This code works on ie7, but it does not work on firefox. > it just shows a alert when focus occur on an element. you can just > click something on the page > and you will see alert at ie

[jQuery] what is wrong with firefox :(

2009-06-16 Thread MadeOfRose
This code works on ie7, but it does not work on firefox. it just shows a alert when focus occur on an element. you can just click something on the page and you will see alert at ie7. var _focusedElement; $(document).ready(function() { $("*").bind("focus", function(e) {

[jQuery] How to use keypress on div element with jquery

2009-06-15 Thread MadeOfRose
Hi guys, i am new on jquery. i am trying to do some practices. i' want to do an ajax autocompleter. First i have to solve some client side script issues. Below, there is a page that includes div elements. i want to work them like a dropdownlist. You can navigate between rows by pressing down and