I have no idea if this will work, but...:
${"[style*=width: 750px]")
However, you might be better off using a class to control the width, then modifying the width of all instances of that class... or changing to a different class:
$(".classname").removeClass("classname").addClass("otherclassname");