Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The way you're doing it seems good to me. I wouldn't hardcode the Funding stuff in though.</p> <p>You can make title and separator into options for the function, and instead of appending to #fundingAdminContainer, you can do</p> <pre><code>outer.insertBefore($(this)); </code></pre> <p>before appending $(this) to outer.</p> <p>EDIT: This answer is pretty old now, and I'd say out of date. Most browsers now support rounded corners through the CSS border-radius property or at least a browser-specific alternative. I'd also say for most cases, it's not even worth the extra js necessary to polyfill rounding corners for the old browsers that don't support the CSS (of course that's opinion). So if I were to give a full answer, I'd say just use <a href="http://border-radius.com/" rel="nofollow noreferrer">this</a> and do what it tells you :).</p> <p>But if you really want your rounded corners in &lt;IE9, I'd suggest something like <a href="http://code.google.com/p/curved-corner/" rel="nofollow noreferrer">this</a> so that you can still use CSS alone in most browsers, and only IE has to do any extra work (in an htc file) to round the corners.</p> <p>The only problem with it is that the htc file is also outdated and should be modified to check for the existence of border-radius using something like <a href="http://www.nealgrosskopf.com/tech/thread.php?pid=74#showmore-unique2" rel="nofollow noreferrer">this</a>. The htc is just JS. That would relieve IE9 of having to do the JS DOM-manipulation.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload