I need a dead simple jq alternative, as tiny as possible and more or less with only requirements:
- slideUp/down.
- json get
- basic DOM
The iPhone-look alike-frameworks doesn't do it for me (overdone and heavy for the purpose) which, to my knowledge, leaves me with xui.js, http://xuijs.com/.
Unfortunately, the slideUp / accordeon - functions seems buggy or at least not working as expected.
Thankful for any input if there's other minimal libraries around. Or if anyone has got the slideup to work with xui in an accordeon-fashion.
(Things has changed since previous post request: minimal framework for web-apps, valuable information from Gaby aka G. Petrioli over there)
To clarify my issues with xui, upon using:
x$('#box').tween({ height:'0px', color:'#00ff00', backgroundColor:'blue' }, function()
{
alert('done!');
});
The content of the #box (div) is still visible, even though the div with it's bg-color slides up nicely. Am I using it correctly?
Regards,
//t