Skip to content

Commit

Permalink
Update to v3.1.0
Browse files Browse the repository at this point in the history
This is a bugfix release. There were 2 rather glaring issues:
- Updated .contains() so that it works when `this` is multiple elements
- Updated ._on() so that it works properly with complex, nested elements. Also fixed special mouseenter/mouseleave compensations.
  • Loading branch information
Scottie35 authored Mar 26, 2023
1 parent 20fad8b commit 4f43857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Anyhoo, the idea was to include the best of jQuery and the best of PrototypeJS (

**jQuery 3.6.0** = 87.8 KB

**PikaJS v3.0.0** = **12.7** KB
**PikaJS v3.1.0** = **12.7** KB

That's just minified... PikaJS is only **5.0KB** gzipped!!

Expand Down Expand Up @@ -562,7 +562,7 @@ Alias of .select
$('div.some_class').contains(el);
$('div.some_class').contains($('div.your_class'));

Does 'div.some_class' contain Pika selected el? Returns boolean
Does 'div.some_class' (one or more) contain Pika selected el? Returns boolean

#### .attr

Expand Down

0 comments on commit 4f43857

Please sign in to comment.