What if I had somthing like this
<div class="fb-like-box" data-href="" data-width="292" data-show-faces="true" data-stream="true" data-header="false" colorscheme="light"></div>
and I wanted to use jQuery to change the attribute "colorscheme" to colorscheme="dark" and change "data-header" to data-header="false" so on and so fourth.
These changes would need to happen when clickong on a button or image or some other type of action... I can get the action part down its just how would I call for change for those specific variables if you will.
I also need help changing all the other ones like data-href, data-width, and data-show-faces
Huge Thanks In Advance!