Skip to main content

All Questions

Tagged with
1 vote
1 answer
958 views

Convert Object to Hash Object in Mootools?

Is it possible to convert/reassemble the Object to Hash Object? For example and firstly, i have two arrays: ... var animals=[]; //... "cat","dog","cow" var sounds=[]; //.. "meow!","woof!","moo!" ...
moogeek's user avatar
  • 427
12 votes
6 answers
9k views

How to convert form data to object using MooTools

I would like to convert an entire form of data to a javascript object. <form id='myform'> <input type='text' name='field1' value='foo'> <input type='text' name='field2' value='...
Aldie's user avatar
  • 817
4 votes
4 answers
3k views

MooTools: How to tell if object is array?

Is there a shortcut in MooTools for telling if an object is an object or an array?
JamesBrownIsDead's user avatar

15 30 50 per page
1
2