Top "Phpjs" questions

Open source library which brings much of the PHP function API to JavaScript

JavaScript equivalent of PHP's in_array()

Is there a way in JavaScript to compare values from one array and see if it is in another array? …

php javascript phpjs
nl2br() equivalent in javascript

Possible Duplicate: jQuery convert line breaks to br (nl2br equivalent) Currently I add <BR> for each evt.…

php javascript jquery phpjs
How can I use preg_match in jQuery?

Can I use preg_match to validate phone number in jQuery? Here is my code which does not work: if (!…

javascript jquery phpjs
uniqid() in javascript/jquery?

what's the equivalent of this function in javascript: http://php.net/manual/en/function.uniqid.php Basically I need to …

javascript jquery uniqueidentifier phpjs
Javascript equivalent of PHP's list()

Really like that function. $matches = array('12', 'watt'); list($value, $unit) = $matches; Is there a Javascript equivalent of that?

php javascript list phpjs
preg_match_all JS equivalent?

Is there an equivalent of PHP's preg_match_all in Javascript? If not, what would be the best way to …

php javascript regex phpjs
JavaScript equivalent of PhP preg_split

Is there an equivalent of the PhP function preg_split for JavaScript?

php javascript phpjs
file_Get_contents in javascript

i want to get data from other sites using javascript executed from my website.

php javascript mysql phpjs
Equivalent Javascript substr_count?

I am trying to find an equivalent function for Javascript. What I am trying to do is look for the …

javascript string phpjs
strptime in Javascript

I have a date input field that allows the user to enter in a date and I need to validate …

javascript strptime phpjs