Normally when I use a class as a selector I try to use an \"id\" selector with it so it does not search through the entire page but only an area where the class would be.
You should be able to use:
$('#Edit.myClass, #Create.myClass').plugin({options here});
jQuery | Multiple Selectors