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

android - Pass an Serializable object in AIDL -

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

How to use Authorization & Authentication in Asp.net, C#? -