Tag suggestions
Viewing 3 Posts - 1 through 3 (of 3 total)
Author | Posts |
---|---|
October 23, 2013 at 4:10 pm 9308 | |
Kristopher | The following JS is triggered when user is putting in product tags. The outcome is to look at other tags and suggest to the user what to re use. I get it & it is awesome. However, if there is no match it shows "-1". How would i get it to show "Exist Tag not found". jQuery(function($) { $('#product_tag').suggest( wpuf_frontend.ajaxurl + '?action=ajax-tag-search&tax=product_tag', { delay: 500, minchars: 2, multiple: true, multipleSep: ', ' } ); }); |
October 23, 2013 at 4:12 pm 9309 | |
Kristopher | Seems to be only happening in sarfari |
October 24, 2013 at 12:41 pm 9363 | |
Tareq Hasan | I believe your query is to change First of all, It shows Hope that helps. |
October 24, 2013 at 12:48 pm 9367 | |
Kristopher | Your correct. That is what I am looking for. What I am hear is I can not change it for logged on users (as the form you need to be a registered user to input it in). That is fine. |
Viewing 3 Posts - 1 through 3 (of 3 total)