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
instead of giving the element an id it gives the element a class that starts with a '#'. However, it works if you do this instead:
div id: "register_interest", ->
giving elements classes ( div ".my_id", -> ) works as expected though.
NOTE. This only occurs when client side rendering a template in Internet explorer 7. Might apply to other versions of IE as well.
Edit: version 0.3.1 of coffeekup and 1.1.2 of coffeescript used
The text was updated successfully, but these errors were encountered:
mauricemach/coffeekup#96
from @hankmander
the coffekup code:
div "#my_id", ->
gives:
giving elements classes ( div ".my_id", -> ) works as expected though.
NOTE. This only occurs when client side rendering a template in Internet explorer 7. Might apply to other versions of IE as well.
Edit: version 0.3.1 of coffeekup and 1.1.2 of coffeescript used
The text was updated successfully, but these errors were encountered: