Check each Property of an Object
Hello, i am locking for something to get all Propertie`s of an Object (with an each loop?)
- <div id="blub" class="blah" name="blah"></div>
- <script>
- $('div').attr(function(){
- //somethink like that. Know that its wrong
- $.each(this)
- })
- </script>