From ab0bfa6ab6e77ad5acdcf8848f7fd0839cc4be1c Mon Sep 17 00:00:00 2001 From: Silvio Date: Sat, 3 Oct 2009 19:27:26 -0300 Subject: Adding hidden class to ul's also via module --- finder_menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'finder_menu.js') diff --git a/finder_menu.js b/finder_menu.js index 83c3e25..e6372de 100644 --- a/finder_menu.js +++ b/finder_menu.js @@ -114,7 +114,7 @@ function ul2finder() /* * isparent * written by Silvio (s1lv10 at uol.com.br) - * checks if an element is parent of another via DOM + * checks if an element is parent of another via DOM using jQuery * inspired by http://stackoverflow.com/questions/245241/jquery-ancestors-using-jquery-objects */ function isparent(par,child) { -- cgit v1.2.3