Get Answers to all your Questions

header-bg qa

('#p_id') is used toO selecting a single element which matches the given id.O None of theseOselecting all elements which match the given id.Oselecting a paragraph which matches the given id.​

Answers (1)

best_answer

$('#p_id') is used to a single element that matches the given id.

It looks for specific elements with Id mentioned in p_id

Posted by

Deependra Verma

View full answer