Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

code here: http://pastebin.com/pukt7TQv (html/javascript/css is all inline for simplicity of including complete source)

I can insert tags but not attributes, details in pastebin, but simply put inserting a tag calls a function called insertTag(tag), and inserting an attribute (for example font size="3") calls insertAttr(tag, attr) where tag would be 'font' and attr would be 'size="3"'. insertTag() uses surroundContents(), but surroundContents() doesn't support attributes, and I can't figure out another way of inserting the tag with attribute.

Feel free to rip this code off for your own purposes too, it's simple and somewhat functional! :D

share|improve this question
Updated and moved to JSFiddle so it's easier to work with. This problem has been solved by applying css styles on creation of the element instead of actual HTML attributes. link – MaKR Nov 5 '12 at 20:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.