I'm looking to vertically align text by adding <br /> tags between characters with jQuery.
<div id="foo"><label>Vertical Text</label></div>
would look like this:
V
e
r
t
i
c
a
l
T
e
x
t
|
I'm looking to vertically align text by adding
would look like this: V
| ||||
|
feedback
|
|
Let's go golfing!
Completely untested, but the pattern in the regex looks like a boob. | |||||||||
feedback
|
|
Not tested, but it should work.
| |||||||||||
feedback
|
|
Edit: Hole in one! | |||
|
feedback
|
|
It looks like you should able able to hack the following jQuery library to handle the task: | |||
feedback
|
|
I've published a jQuery plugin to flip any text vertical; it's cross browser and works with almost all font-family. You can find it at: http://pupunzi.open-lab.com/mb-jquery-components/mb-fliptext/ | |||
|
feedback
|
|
Mr Kurt's answer works well for a single id, but if you want something more useful that can be applied to several elements try something like this:
Then just set And as a bonus it keeps the boob regex. | |||
|
feedback
|
|
This builds on Sebastian H's answer, but I tested it and this works
| |||
feedback
|
|
Why use a while loop when you can use jQuery's builtin each method?
There. It works. You can test it. | |||
|
feedback
|