Z33M@N Posted November 1, 2010 Share Posted November 1, 2010 Hi guys, I have the following code here <form action=""> <input type="text" name="text" value="the text here"/> <input type="submit" /> </form> <div></div> <script> $(":input").select( function () { $("div").text(value).show().fadeOut(1000); }); </script> What I would like to do is build a simple jquery toolbar. I would like to get the selected text in the input box and replace it with for example: <strong>text</strong> Keep in mind that this is test code I'm not good with javascript or jquery. Need some help and tips please. Thanks Link to comment https://forums.phpfreaks.com/topic/217442-jquery-select-question-here/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.