Skip to main content
19 events
when toggle format what by license comment
Jan 6, 2020 at 13:57 comment added Prisoner @PythonMaster202 the inline preview is broken, check jsfiddle.net/9wxfY/4
Dec 28, 2019 at 15:57 comment added monkey This shows the wrong half of the x on the wrong side, like two brackets - ().
S Aug 5, 2016 at 11:46 history suggested Al Foиce ѫ CC BY-SA 3.0
Convert example to a snippet
Aug 5, 2016 at 11:27 review Suggested edits
S Aug 5, 2016 at 11:46
May 31, 2014 at 10:00 audit First posts
May 31, 2014 at 10:00
May 30, 2014 at 20:13 audit First posts
May 30, 2014 at 20:34
May 26, 2014 at 7:50 audit First posts
May 26, 2014 at 7:52
May 24, 2014 at 10:01 audit First posts
May 24, 2014 at 10:01
May 21, 2014 at 21:37 audit First posts
May 21, 2014 at 21:51
May 20, 2014 at 22:17 audit First posts
May 20, 2014 at 22:17
May 13, 2014 at 19:09 comment added MStrutt @Prisoner Thanks, I didn't think of it initially either, was just trying to minimise DOM interactions :)
May 13, 2014 at 10:00 comment added Hrishabh Gupta Problem will happen in copy.
May 12, 2014 at 22:04 comment added MStrutt Encase you're interested, I had a little look at optimising the JS in your second example: jsfiddle.net/9wxfY/20
May 9, 2014 at 16:34 comment added SimplyAzuma When you go to implement more than one character it causes problems.
May 9, 2014 at 16:34 history edited Prisoner CC BY-SA 3.0
added 73 characters in body
May 9, 2014 at 16:33 comment added Prisoner @MathewMacLean, I didn't see that. Why would it be a nightmare? How about this: jsfiddle.net/9wxfY/4
May 9, 2014 at 16:30 comment added SimplyAzuma This is quite similar to epascarello's example found at jsfiddle.net/9WWsd . As I told him, Your example is a step in the right direction, but, it would be a nightmare to use on a larger scale.
May 9, 2014 at 16:30 comment added Pointy $('span').width() just returns the width of the first span it finds; it'd have to be something you did for each pair. Which gives me an idea ...
May 9, 2014 at 16:28 history answered Prisoner CC BY-SA 3.0