Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The jQuery function jqEasyCounter you're trying to call doesn't exist in CBs scope. CB runs in a deep noConflict and can't access functions outside of it self.Uncaught TypeError: Cannot call method 'jqEasyCounter' of null
You can review GJs Wall integration where it has jQuery to do input counting without a jQuery plugin or special function.I know this is slightly going outside of the bounds of CB but I hope that you might be able to point me in the right direction and that this might be useful for other users also.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you adjust the selectors and append the counter directly to the fields container you can have 1 block of code that effects an unlimited amount of fields. There's no need for duplicate. Example as follows.Only issue I now have is that I will have to reproduce this multiple times for multiple fields which seems a bit messy so if you have any thoughts on how to do this better then appreciated.
Please Log in or Create an account to join the conversation.