Emulating jQuery UI Slide Animation in Plain jQuery: Need Guidance

0 Answers 19 Views
AJAX and Web 2.0 Forum suggestions
Jaswitha12
Top achievements
Rank 1
Jaswitha12 asked on 30 Nov 2023, 01:12 PM
Hi everyone! I'm trying to replicate the slide animation from jQuery UI's hide function in plain jQuery. I want the flexibility to slide a div in any direction, regardless of its positioning or CSS. Using $('#somediv').animate({ width: 'hide' }) gives odd overflow issues and limits the hide/show directions. How does jQuery UI achieve this magic, and is there a way to do it in plain jQuery?

No answers yet. Maybe you can help?

Tags
AJAX and Web 2.0 Forum suggestions
Asked by
Jaswitha12
Top achievements
Rank 1
Share this question
or