I had this bit of jQuery code
var l = $(this).closest('fieldset').find('.suggestable').length;
then i upgraded to 1.5 now i get this error
Error: elem.nodeName is undefined
any idea why this nolonger works ?
I had this bit of jQuery code
var l = $(this).closest('fieldset').find('.suggestable').length;
then i upgraded to 1.5 now i get this error
Error: elem.nodeName is undefined
any idea why this nolonger works ?
Copyright © 2021 Jogjafile Inc.
Have you tried changing the single
'
to double"
? Like this: