1 Nov
2016
1 Nov
'16
10:47 a.m.
I like your idea. Anyway, you can select the field 110a using $('input[id^=tag_110_subfield_a_]') HTH. Stefano Rodrigo Santellan writes:
Hi,
I'm trying to create an autocomplete for a few fields when adding a biblio. My problem so far is that the ids generated are things like this: *tag_110_subfield_a_361770_300725* (I'm trying to create an author autocomplete). One quick fix for me will be to add to the fields a class containing this: tag_[% subfield_loo.tag %]_subfield_[% subfield_loo.subfield %]
Should this will be helpful to anybody else? Is there a better way to do this?
Regards