javascript - Native widgets created by Dojo don't work -


I am using dojo. Create a page to throw some original widgets. In particular, I have set a set of radio buttons on the page, and even if they work correctly, it depends on the basis of where I place them.

I will make them in the DIV which I will make. However, when I do this, they do not work if I put them under the body, then they work if I put them in the same def as the second set of radio buttons that I made earlier (I even made that DIV), they work if I put new DIVs, with buttons inside them, where they work, or at the bottom of the page, they do not work.

"Do not work", I mean that I am connected to their onclic, but my connected work is not called. In Firefox, radio group behavior is otherwise normal: I can select one of the buttons in the group. In IE 8, I can not change the item which is selected.

Does this practice recognize anyone?

"As soon as you ask for help, the more you understand it yourself." Something happens.

It has been detected, in this case, the problem was that to adjust the inside of the developer's HTML (just insert some text) I was putting radio buttons inside. T know why this was a problem, but do not do that! Instead of working on internal HTML, I created some span and my Initial HTML was not a problem.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -