another refinement of the queryupdater - googlemap - queryupdater trio consistency
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 13 Dec 2013 09:33:33 +0000 (10:33 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 13 Dec 2013 09:33:33 +0000 (10:33 +0100)
this time we do not use flat_id anymore, and suggest to always use selectors like
$(“[my_id=‘some!text:with+any*char’]”)
rather than
$(“#some_id”)
because the latter is very restrictive on the character set and does not accept quoting - at least I haven’t found any


No differences found