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
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/