top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to check data type of any variable in jQuery?

+3 votes
724 views
How to check data type of any variable in jQuery?
posted Jul 16, 2015 by Shivaranjini

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Using $.type(Object) which returns the built-in JavaScript type for the object.

answer Jul 23, 2015 by Manikandan J
...