Creating bbCode-like functionality with jquery
I've been trying to find out if jQuery has any functionality that can help me with creating bbCode style buttons (ie, like on this forum, click B and a [ b ] tag appears, second time creates a closing, or if you have text highlighted, it wraps it). I've tried Google-ing a lot, and randomly found this forum.
I found/modified code using standard javascript a while ago, (
http://rhovisions.com/rvCode.js
) but I'd like to find out if jQuery has any funcionality that can help, mostly to learn.