Calculates the crc32 polynomial of a String
Integer $.crc32 ( String str )
Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the str. This is usually used to validate the integrity of data being transmitted.
Javascript CRC32 function generates the cyclic redundancy checksum polynomial of 32-bit lengths of the string. This is usually used to validate the integrity of data being transmitted.
This function orginally get from the WebToolkit and rewrite for using as the jQuery plugin.
$.crc32("I'm Persian.");
-2081216496