Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(document).ready(function(){
  2.  
  3. $('#post_icon_1').click(function() {
  4. $('#text_editor_textarea')
  5. .sceditor('instance')
  6. .val(
  7. '[b][color=#be1e4a]Texto[/color][/b]'
  8. );
  9. });
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement