Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Requires html id attribute?
  • Maybe I'm in the minority here, but does anyone else think it's odd that uploadify requires that the jquery object be addressed through an id.

    Take for example
    <a href="#" class="add-button">
    $('a.add-button').uploadify() //fails because it cannot read the id.

    <a href="#" class="add-button" id="add-button">
    $('a.add-button').uploadify() //works.

    It would be nice if it saved a reference to the original element, without it needing to have the id attribute artificially populated before hand.
  • Yes,the id attribute is required.It is based on the work of id attribute.