Generating JavaScript code to arrange elements to be same with specified HTML or element using jQuery Element Diff
jQuery Element Diff Plugin is a plugin to generate JavaScript code to arrange elements to be same.
bower
jQuery Element Diff Plugin is a plugin to generate JavaScript code to arrange elements to be same.
jQuery Selectorator Plugin is a plugin to generate unique selector from jQuery object.
$('element').getSelector()
Set options.ignore
to ignore classes, ids, names:
$('element').getSelector({ ignore: { classes: ['ui-droppable'] } })