jquery - Dom element not the same after javascript render in IE 9 -


The domain object is not the same for the ID after calling the render event in Javascript within I 9.

This is what I am doing

  var SomeView = Module.SomeView = Backbone Templated view. Extension ({rendere: function () {// True $ ("select # select something"). (0) Get .form === $ ('# formContainingSelectors'). (0) // Now Then it is not true when IE 9 render someView .__ Super __.render.call (this); /  

It works in Chrome and Firefox and IE10 +, but for some reason

Can anyone explain why this is happening?


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -