Open source library which brings much of the PHP function API to JavaScript
Is there a way in JavaScript to compare values from one array and see if it is in another array? …
php javascript phpjsPossible Duplicate: jQuery convert line breaks to br (nl2br equivalent) Currently I add <BR> for each evt.…
php javascript jquery phpjsCan I use preg_match to validate phone number in jQuery? Here is my code which does not work: if (!…
javascript jquery phpjswhat's the equivalent of this function in javascript: http://php.net/manual/en/function.uniqid.php Basically I need to …
javascript jquery uniqueidentifier phpjsReally like that function. $matches = array('12', 'watt'); list($value, $unit) = $matches; Is there a Javascript equivalent of that?
php javascript list phpjsIs there an equivalent of PHP's preg_match_all in Javascript? If not, what would be the best way to …
php javascript regex phpjsIs there an equivalent of the PhP function preg_split for JavaScript?
php javascript phpjsi want to get data from other sites using javascript executed from my website.
php javascript mysql phpjsI am trying to find an equivalent function for Javascript. What I am trying to do is look for the …
javascript string phpjsI have a date input field that allows the user to enter in a date and I need to validate …
javascript strptime phpjs