ScriptRegistrarBuilderOnDocumentReady - метод |
| Имя | Описание | |
|---|---|---|
| OnDocumentReady(Action) |
Defines the inline handler executed when the DOM document is ready (using the $(document).ready jQuery event)
| |
| OnDocumentReady(FuncObject, Object) |
Defines the inline handler executed when the DOM document is ready (using the $(document).ready jQuery event)
| |
| OnDocumentReady(String) |
Appends the specified statement in $(document).ready jQuery event. This method should be
used in Html.RenderAction() |