php - #Jquery : is it possible to pass input value without using id,class,name? -


in 1 of company while giving interview php developer.

he asked me, how pass variable in jquery without using name attribute , id , class??

yes, can mention element itself.

for example:

<p>this paragraph</p>  $("p").text("test message");  // select p tags. 

Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -