javascript - Change text just on the first <p> without using Id or Class -
i trying change text inside paragraph (p) tag without using id or class. html generated php , paragraphs generated without class or id.
is there way change text of first paragraph tag in form?
i trying using
$(".standard-form p").html("the text has changed"); however, code changes paragraph tags in form.
have @ jsfiddle
Comments
Post a Comment