How to know the type of an jQuery object? -


I want to find out if it's a & lt; Options & gt; or something else

You can use the method to determine that A jQuery object matches a selector.

For example:

  var isOption = someObj.is ('Options');  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -