Today we can writhe huge web pages that contains many user controls, jquery plugins and a lot of html elements.
Sometimes there is a jquery plugin that create a div and assign Id to it. When using this kind of plugin more then one time - the is situation where two elements has the same id.
Does using "name" is better then using "id"?