kuntur-studio
kuntur-studio
If you use the class "rating" for the hidden input it will automatically apply the plugin but because of this if you try to initialize it with the option extendSymbol...
preg_quote will not work for quoting the replacement string, it is intended to work with patterns. So as written here: https://www.sitepoint.com/community/t/how-to-escape-replacement-string-for-preg-replace/5769/12 I've escaped the replacement string using this: $explode[$key] =...
@mrpeo That problem can be resolved by mapping the problematic character to the separator character like this: map: { '!': '-' } That way the character will simply act as...