• posted 2 years ago

    grabbing an attribute in mootools: .[name] or .get or .retrieve or .getProperty?

    mootools_logoSomething I ran into just now was returning an anchor's attribute consistently across browsers. So I have an anchor with an address like '/users/delete/5/' which does what you'd think it does. But I ran into an inconsistent return response in (you guessed it) ie6. In all fairness, it might not be IE6's fault, but it speaks more to a problem with mootools. While it is a nearly perfect library/framework, this does bug me.
    read