You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ In some situations it can be very beneficial to load widget content with AJAX.
201
201
Fortunately, this can be achieved very easily!
202
202
All you need to do is to change facade or blade directive - `Widget::` => `AsyncWidget::`, `@widget` => `@asyncWidget`
203
203
204
-
> Note: Since version 3.1 you no longer need jquery to make ajax calls. Set`use_jquery_for_ajax_calls` to `true` in the config file if you need it.
204
+
> Note: Since version 3.1 you no longer need `jquery` to make ajax calls. However you can set`use_jquery_for_ajax_calls` to `true` in the config file if you need it.
205
205
206
206
By default nothing is shown until ajax call is finished.
0 commit comments