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.
I think you might see slightly better performance by doing it this way:
$("#Create, #Edit").find(".myClass").plugin(){ // Options });