Questions tagged [scripty2]

Scripty2 is a complete rewrite and reimplementation of script.aculo.us.

Useful links

Related tags

3 questions
1
vote
1 answer

scroll with scripty2

how can you scroll with scripty2?? document.body.scrollTo(300, { transition: 'easeInOutQuad', duration: 0.5 }); have also tried with window.scrollTo() EDIT: this doesnt work either $(document.body).scrollTo(300, { transition:…
clarkk
  • 27,151
  • 72
  • 200
  • 340
1
vote
1 answer

scripty2 doesn't work

I can't make scripty2 to work.. $('tst').morph('border:12px solid #abc', { duration: .7 }); alert($('tst')); alert($('tst').morph); the first alert returns the element and the second returns a function
clarkk
  • 27,151
  • 72
  • 200
  • 340
0
votes
3 answers

Scripty2 : how to close dialog

I am looking for a way to close a scripty2 dialog like this : http://mir.aculo.us/stuff/scripty2-ui/test/functional/controls_dialog.html From outside of the dialog (i.e. with firebug command line) but my javascript mojo is a bit limited and after 30…
nicolasochem
  • 467
  • 4
  • 8