DG IZ; use focus instead of click
This commit is contained in:
parent
bbc7492af4
commit
d74c4bd117
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".aspect h1").live( 'click', function() {
|
$(".aspect h1").live( 'focus', function() {
|
||||||
|
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
var id = $this.closest("li").children("ul").attr("id");
|
var id = $this.closest("li").children("ul").attr("id");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue