Computer Science, asked by manu2607, 8 months ago

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

Answers

Answered by Anonymous
16

$('#p_id') is used to:

a) selecting a single element that matches the given id.

  • It is used to select a specific element in the document that has an ID of p_id.
  • It is an example of a j-query selector.
  • These selectors start with a dollar sign and parenthesis $().
  • They can be used single or with the combination of other selectors.

Similar questions
Math, 10 months ago