php array to jquery array

php array to jquery array

hi;

I'm new to jqurey.

I have php array like

$arr = array("one", "two", "three");

I would like to convert this array ( or copy its values) to jquery array and use .each

can someone show me this .

thanks