Which is the correct way to get Controls object in jQuery?

 Posted by vishalneeraj-24503 on 1/2/2015 | Category: jQuery Interview questions | Views: 3132 | Points: 40
Select from following answers:
  1. $$('control_id');
  2. $('#control_id');
  3. $('##control_id');
  4. Both a and b
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response