Following are the datatypes in jquery:
String is traditionally a sequence of characters, either as a literal constant or as some kind of variable.
JavaScript does not define different types of numbers, like integers, short, long, floating-point etc. JavaScript has only one type of number, which is 64-bit floating point.
Boolean in Javascript is a data type that can only have one of two values, true or false.
A JavaScript object is an unordered collection of Javascript variables (called named values), where a JavaScript variables are containers for data values.