var idArray = {}; $('*').each(function(){ var id = $(this).attr('id'); idArray[id] = (idArray[id] || 0) + 1; }); console.dir(idArray);
Firebug console will output something similar to:
zLayers is a jQuery plugin that allows you to orientate an element based on the position of your mouse to the page’s window, or element’s parent. zLayer is perfect for interactive illustrations and rich user experience through creati
zLayers is a jQuery plugin that allows you to orientate an element based on the position of your mouse to the page’s window, or element’s parent.
zLayer is perfect for interactive illustrations and rich user experience through creati
via www.devinrolsen.com
Recent Comments