• Plugin Author Joe Rhoney

    (@joerhoney)


    I was unable to find a plugin that would enable me to effortlessly add an id attribute using the obviously appropriate inner text for its string, without introducing more JavaScript to my website’s frontend output. I felt this option would be most suitable as a WYSIWYG editor feature anyway, not an automatic “one size fits all” add-on. I’m very strategic about id attributes and I anticipate that the text might someday be changed. So,

    1. I can’t have the id attribute automatically updating to the new text on its own—I link stuff to it! #duh
    2. #sometimes-i-dont-want-the-entire-line-of-text-used-in-the-id-attribute-string-because-that-would-just-be-insane
    3. So I need to be able to manually edit it. #thats-better

    That’s why I built AddFunc IDs and I use it on all of my websites. #the-end

  • The topic ‘id=”done” class=”easy”’ is closed to new replies.