Friday, 19 April 2013

jQuery Command, CSS Attributes or Tag or Method

CSS:
  1. <SMALL> tag - for example m square mile
  2. !important will put enforce a CSS rule to apply and overcome other. for example if there are two rules for font color. one with !import will super seed other

jQuery:
  1. Get Selected value from DropDownList: $("#yourdropdownid option:selected").text();

No comments:

Post a Comment