You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to make sure you thought this was a good idea before adding it myself.
I have certain code I'd like to run after the comments content has loaded. For example, I need to add a special styling class to the form submit button so that it'll get styled according to the btn class from twitter bootstrap. I currently accomplished this by adding this to the bottom of the juvia javascript:
I wanted to make sure you thought this was a good idea before adding it myself.
I have certain code I'd like to run after the comments content has loaded. For example, I need to add a special styling class to the form submit button so that it'll get styled according to the
btn
class from twitter bootstrap. I currently accomplished this by adding this to the bottom of the juvia javascript:However, it'd be a lot cleaner if maybe juvia fired a
juvia:loaded
event or something like that on the juvia container that could be easily handled.The text was updated successfully, but these errors were encountered: