[thelist] Overflow question - with example this time

Jay Turley jayturley at gmail.com
Thu Apr 16 16:40:41 CDT 2009


Please check out

http://www.esceeproperties.com/divtest/divtest.html

I am trying to get the tagCloud content - written out dynamically by
javascript - to wrap inside the 280px width box on the sidebar.

Am pulling hair out at this point! Thanks!

-Jay

[tip type="jquery"]
If you are using jQuery to dynamically add elements to the DOM using
document.createElement(), an easy way to use jQuery to mess with those
elements is by simply selecting them:

            var myLink = document.createElement('a');
            $(myLink ).addClass('superImportantLink');

[/tip]



More information about the thelist mailing list