javascript - strange error of jquery sibling('.class') in my case -


console.log((this).sibling('.advanceoptwrap')); 

above code return error of uncaught typeerror: $(...).sibling not function.

my dom this

enter image description here

var advanceoptwrap = jquery(this).sibling(".advanceoptwrap"); console.log(advanceoptwrap); //alert(advanceoptwrap); 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -