开发者

How jquery plugin difference between multiple instances of themselves on the same page

I.e I have a partial view in MVC Asp.net project with loads of javascript inside , now when I perform an action most of javascript is aided by jquery and is using classes. The same event's start occurring on multiple instances of the same user control on the page.

So the problem which I have currently is how to uniquely identify from which user control this event is getting called from and hence I would have scope of where to perform the actions on the page. I don't want开发者_运维百科 to use individual Id's for the same impact.


I am not sure to understand what you mean. But if you mean you have some objects, let's say with the same class 'myClass', and want to know which object calls an action, i think you need to have an id for each object but you will keep the class as jQuery selector and use jQuery.attr(id) to read the id of the object

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜