Support

Account

Home Forums ACF PRO Change Triggered without Change (Jquery Plugin) Reply To: Change Triggered without Change (Jquery Plugin)

  • Hi Perhaps you can help me as I’m not finding any documentation from the developer. I’m struggling to get the tagit field add-on to do what I want.. I’m trying to add tags using jquery and am calling this. (rhymes is the field’s wrapper id set in acf)…

    $("#rhymes .tagit").tagit( 'createTag', 'new tag name' );

    It’s not doing anything, any suggestions?