cvrebert / cvrebert/cvrebert.github.io

The trials and tribulations of robust CSS and jQuery plugins

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

- folks insert `` tags willy-nilly, and ember used to do this with metamorphic too.
- no last-of-class exists, sadly
- folks insert `<form>` tags willy-nilly, because hidden inputs and ASP
- folks mess with the DOM out from under you (like swapping out the modal body)
- don't use `.click()`, because custom jQuery builds
- listen to events separately so they can be `.off()`ed separately
- always include `destroy` method
- tooltips can get added to random places in the DOM, causing weirdness (e.g. in tables) and disrupting CSS selectors. And removing the tooltip can screw with whitespace between inline-block elements

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.