looking for a ruby on rails freelance job
I have been using ror for more than 2 years.
I am familiar with ruby, rails, javascript.
I'm living in Chengdu,China now.
like this:
<p style="font-size: 12pt;">
Hello world
<span style="font-weight: bold;">just do it</span>
</p>
I want to remove every element's "style" attribute. I want the result like this:
<p>Hello world <span>just do it</span></p>
how to do this using hpricot?
thanks.