Basic JavaScript demo skills

Source: Internet
Author: User
Tags javascript keycode

1. JavaScript to get the URL "? "Following parameters:

VaR query = Window. Location. Search. substring (1 );
VaR pairs = query. Split ("&");

2. The default function of IE browser is disabled.
(The movement of the tab key in the address bar is stopped)CopyCodeThe Code is as follows: function stopdefaultkey (){
Window. event. cancelbubble = true; // --- cancel the event bubble.
Window. event. returnvalue = false; // The Event returns false.
Return false;
}

3. Javascript static variables, declared once in the same JS file, available in multiple places
This. variable name

4. Javascript keycode

Event. keycode = 13 enter
Event. keycode = 9 Tab

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.