[RSS Feed/News] insert tags with javascript, resource manager

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have done some new functions for insert data to title and tag_line per js.
Now i want to do the same with the tags. But i dont know what i should look for.

These are my inserts for title and tag_line

this.$target.parents('form').find('input[name="title"]').val(data.title);
...
this.$target.parents('form').find('textarea[name="tag_line"]').val(data.description);

but tags is a hidden field used by some other js to search and fill.
i dont see any other field name here,

May someone has an...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom