Is there any way to put HTML in the label of this jQuery seating plan plugin? -
Is there any way to put HTML in the label of this jQuery seating plan plugin? -
i playing around this jquery seating chart plugin. can set label in set in either map this:
map: [ 'aa[,this label entry]aaaaaaaaaa', 'aaaaaaaaaaaa',
or "getlabel()" function this:
getlabel : function (character, row, column) { homecoming character + " label"; }
but wanted see if there ability homecoming html label opposed raw text? (i tried sticking in html table in either approach above , neither seems work.
looking @ comments in plugin see this:
* allowed characters in labels are: 0-9, a-z, a-z, _, ' ' (space)
but seems obvious basic thing want set html label doing shoving div.
in re-create of jquery-seat-charts 1.1.0 (either total or minified version),
find.text(fn.settings.label)
replace .html(fn.settings.label)
html returned function naming.getlabel
honoured.
jquery html
Comments
Post a Comment