Hi im tying to get the parent of the current element and then navigate down to a inner div, but I can't get any lower that the first div even if I do parent('div div')
Hi im tying to get the parent of the current element and then navigate down to a inner div, but I can't get any lower that the first div even if I do parent('div div')
You can try $(this).closest('div'); or $(this).parents("div:first");