London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I made a block and added it as a property
[Display(Name = "My Block", GroupName = SystemTabNames.Content, Order = 2)] public virtual MyBlock MyBlock { get; set; }
which renders like this in Chrome
but like this in Internet Explorer 11
so it is missing the name attribute. I did't check in any other browser.
I used the name attribute on fieldset to add some functionality from my dojo script, but it is not possible due to IE problem.
1. Is this an Episerver or IE issue?
2. What are my options on finding my block on the client side (using jQuery)?
Thanks!