MCPcopy Index your code
hub / github.com/bas2k/jquery.appear

github.com/bas2k/jquery.appear @v0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1 ↗ · + Follow
2 symbols 2 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

jQuery plugin to call a function when an element appears

Usage

Mimics a custom 'appear' event, which fires when an element scrolls into view or otherwise becomes visible to the user.

$('#foo').appear(function() {
  $(this).text('Hello world');
});

This plugin can be used to prevent unnecessary requests for content that's hidden or outside the viewable area.

Usage with additional options

$('#foo').appear(function() {
  $(this).text('Hello world');
},{accX: 50, accY: 100});

Will fire 'appear' event with accuracy 50px in X and 100px in Y

http://bas2k.ru/

Core symbols most depended-on inside this repo

check
called by 0
jquery.appear.js
modifiedFn
called by 0
jquery.appear.js

Shape

Function 2

Languages

TypeScript100%

Modules by API surface

jquery.appear.js2 symbols

For agents

$ claude mcp add jquery.appear \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact