jquery development skills

  1. Function: Select the input box, selected by default the first one.
  2. Features: the role of the more obvious.
  3. Code:

    var options = $("#timeFlag").find("option");
    options.attr("selected", false);
    options.first().attr("selected", true);


  1. Function: web pages, links QQ customer service number.
  2. Code:

    <a target="_blank" href=" http://wpa.qq.com/msgrd?v=3&uin=2694232249&site=qq&menu=yes&Site=酒连网""> contact customer service

  3. Description: Parameter behind uni band, customer service QQ number is the authority needs to be done to promote within the next QQ settings.

Guess you like

Origin www.cnblogs.com/aryu/p/11670332.html