jQuery Techniques

Last reviewed/updated: 02 Jun 2017 | Published: 04 Nov 2015 | Status: Active
Web browser support: Internet Explorer 10+, Edge 12+, Firefox 6+, Chrome 30+, Opera 17+

1. Introduction

A list of jQuery techniques with their purpose, the jQuery methods used, and web browser support.

1.1. Abbreviations

  • IE = Internet Explorer.
  • ED = Edge Legacy 12 - 18 (EdgeHTML based) and Edge 79+ (Chromium based).
  • FF = Firefox.
  • SF = Safari.
  • CH = Chrome.
  • OP = Opera.

2. jQuery Techniques

jQuery Techniques
Technique Purpose Methods Used Web Browser Support jQuery Support
jQuery Technique: Fix Web Page Content To Top Of Viewport Upon Scrolling (learnwebcoding.com)
  • Dynamically fixes/unfixes content to top of viewport upon scrolling down/up web page.
  • .addClass(), .bind(), .ready(), .removeClass(), .scrollTop() methods.
IE9+, ED12+, FF4+, SF5+, CH5+, OP11.60+. jQuery Core 1.7+, 2+, 3+.

3. Resources And Additional Information