"For those who once loved jQuery, but now live vanilla."
Click the boxes to see thparq in action!
$('.box').$eon('click', function() {
$(this).$toggleClass('active');
});
Watch how multiple operations chain together seamlessly!
$('#chain-demo')
.$addClass('spinning')
.$css({ borderRadius: '50%', background: 'linear-gradient(45deg, #4ecdc4, #44a3aa)' })
.$attr('data-animated', 'true');
Type something and watch the magic happen!
$('#text-input').$eon('input', function() {
$('#text-result').$text(`You typed: ${this.value}`);
});
Watch as thparq creates forms on the fly with $append(), $val(), and event delegation!
{}
Drag & drop cards with $parent(), $find(), $data(), and dynamic styling!
Explore parent-child relationships with $parent() and $find()!
See $prepend(), $append(), $hasClass(), and event delegation in action!
Write thparq code and see it execute in real-time!