span

Add li element around every second <span> tag with jQuery

Hi, don't know if this is possible .. I want to add a li element to every second span-tag. My HTML look like that: <span class="article_item"><img src="images/container_item.jpg" /><h2><a href="">Nokia Connecting N97</a></h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eu mattis lectus.</p></span> <span class="a...

Javascript style isnt compatible with IE

<div align="center"> <span class="style19"> <script type="text/javascript" src="http://ebayfeedback.easystorehosting.com/esh/ebayfeedback/feedback.php?eBayId=Mizauctions"&gt;&lt;/script&gt; </span></div> I am trying to style this string of javascript so that the text it generates is about 10px. It works exactly how ...

JQuery: programatically added anchors aren't associated with my click function

I'm new to JQuery and I'm trying to use it to implement an enhancement in an old web application. I'm gathering a list of strings from a server and rendering each one of them in its own anchor tag such that they appear in a comma delimited list. I assign that generated markup to a span's inner html: $.getJSON("http://domain/restOfURL"...