212
I Use This!
Very Low Activity

News

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Posted almost 14 years ago by Brett Zamir
@todd: This has to be on the same domain, and it is not meant to load from the local file system (which is not allowed except to privileged JavaScript, something which has unfortunately been becoming a contradiction in client-side JavaScript).
Posted almost 14 years ago by Brett Zamir
@ionut: It ensures that the first time in the loop it will use an empty string, but use the glue for subsequent loops.
Posted almost 14 years ago by ionut
Hi, Why do you declare tGlue = glue; in the loop each time?
Posted almost 14 years ago by todd
don't run
Posted almost 14 years ago by Rafał Kukawski
@omid: thanks for your bug report. The function is now fixed on Github (https://github.com/kvz/phpjs/commit/97aa7a53befc80544cd4bdc681deab041cfee779)
Posted almost 14 years ago by omid
O return incorrect format for example return 0350 instead of 0330 code must change to var a = jsdate.getTimezoneOffset(); return (a > 0 ? "-" : " ") _pad(Math.floor(Math.abs(a) / 60) * 100 Math.abs(a) % 60, 4);
Posted almost 14 years ago by Rafał Kukawski
@Komal: try using new get_html_translation_table and htmlentities (depends on the first one) functions from git https://github.com/kvz/phpjs/commit/f9a42874e652d096245797c155f65a25a667b528
Posted almost 14 years ago by Komal
Hi, I am using ur code in one of my functionality but when I use "extend" word then its shwoing me some code as output instead of "extend" e.g., var str = htmlentities("test extend","ENT_QUOTES"); // Output in am getting is test function(object) ... [More] { return Object.extend.apply(this, [this, object]); } It means "extend" word is replaced by "function(object) { return Object.extend.apply(this, [this, object]); }" Can someone please check on this. Thanks in Advanced. - Komal [Less]
Posted almost 14 years ago by rimal
what's the fuck?
Posted almost 14 years ago by NeSMali