[Solved] multiple Id selector in different scopes? [closed]
[ad_1] You can use multiple id:s in a selector, that is no problem. You don’t even need to specify it as a scope: $(“#tableFor_SEARCH #Genders”).buttonset(); Having conflicting id:s in the page will however be a problem. If the same id occurs more than once, some browser might choose to ignore any of them. Even if … Read more