Hi!
I use EJ Webform controls in my site: (C#)
www.recognitiongame.com
I want to use RequireJS and have problem with jquery load checking when the page renders the radiobuttons.
An example from one of my EJRadiobuttons in my .aspx file:
<ej:RadioButton ID="Ujjatekindit_EJRadioButton" runat="server" Name="Ujjatekindit_Radio" OnChange="Ujjatekindit_EJRadioButton_Change"></ej:RadioButton>
In the page rendering, the complier create the radiobutton with this code, not in my js file: ( from the page source )
$("#ContentPlaceHolder1_Ujjatekindit_EJRadioButton").ejRadioButton(.....
How could I check is the Jquery is exist in there with RequireJS?
Regards,
Imre