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
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) {
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
3 matches
Mail list logo