I have run out of parenthesis. I am using PHP to kick off some javascript and am using echo. The problem is that I cannot do this.
echo = '$("#test").html("<input type="text"/>")';
as you can see. The will not work with the parenthesis required around html() and the input type.
Any ideas on how to do this?
Marvellous
You’ll have to escape the paren- ahem, quotes using the backslash
\:P.s: parenthesis = brackets. quotation marks = ” & ‘