Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How can I get CSS proerties of element with jquery ? Reply To: How can I get CSS proerties of element with jquery ?

#151886
amis
Participant

Thx TheDoc for your efforts ,

I will tell you what i want to do

I want to replace <header> with <div id="header"> for old browsers and this is ok using replaceWith() jQuery method , then i want get css properties of tagname <header> and set it for new ID #header .