mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
"$().ready(handler)" in example not recommended
As "$().ready(handler)" is not recommended(http://api.jquery.com/ready/)
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
// Documentation for client options:
|
||||
// https://github.com/Studio-42/elFinder/wiki/Client-configuration-options
|
||||
$().ready(function() {
|
||||
$(document).ready(function() {
|
||||
$('#elfinder').elfinder({
|
||||
url : 'php/connector.minimal.php' // connector URL (REQUIRED)
|
||||
// , lang: 'ru' // language (OPTIONAL)
|
||||
|
||||
+1
-1
@@ -161,7 +161,7 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
$().ready(function() {
|
||||
$(document).ready(function() {
|
||||
$('#finder').elfinder({
|
||||
// requestType : 'post',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user