Posted
over 13 years
ago
by
Paul Wratt
hmm.. maybe if you are dumping PHP into JS tags, this function is OK, you should get a valid pointer if the file exists..
.. but from a client-side http: JS perspective, this function has no other use, as it does not return the actual page/code
|
Posted
over 13 years
ago
by
Edward
Everything is fine but I've problems in IE7 :S. Using jQuery:
$(".content").html(pack("H*", hexString));
The error message is: 'Undefined' is null or not an object.
|
Posted
almost 14 years
ago
by
empoxia
|
Posted
almost 14 years
ago
by
Zetemogma
|
Posted
almost 14 years
ago
by
Yaffle
Good implementation, but doesn't work for base64 strings without padding ("==" or "=")
(From a theoretical point of view the padding character is not needed, since the number of missing bytes can be calculated from the number of Base64 digits, see
|
Posted
almost 14 years
ago
by
max4ever
please consider this function http://stackoverflow.com/questions/18082/validate-numbers-in-javascript-isnumeric/1830844#1830844
|
Posted
almost 14 years
ago
by
max4ever
isNumeric('3a') ==> return true, should return false
|
Posted
almost 14 years
ago
by
max4ever
this one is tiny and works (doesn't support the php_round_... variables though) http://stackoverflow.com/questions/6437062/javascript-vs-php-rounding/6438281#6438281
|
Posted
almost 14 years
ago
by
Daniele
I am using this function on something mission-critical for the user (an online task manager and calendar) so I need it to be flawless.
I am trying to find bugs and fix them myself. If you want to help me, please contact me.
I would also like to
|
Posted
almost 14 years
ago
by
Soaliapam
|