I have a called spn1, which has some style from inline + CSS file.
spn1
I have another called spn2
spn2
jQuery doesn't have any direct facilities for doing this. You will have to use plain old JavaScript to find a cross-browser way to copy over the computed style of one element to another. This answer has an implementation for a potential solution.