Skip to content

Commit 3432911

Browse files
committed
Fix spacing.
1 parent 2bbf957 commit 3432911

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

html-builder-minified-ajax.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ $builder->minifiedAjax($url, $script = '', $data = []);
1313

1414
## Ajax Parameters
1515
`$url` is the url where we will fetch our json data.
16+
1617
`$script` any vanilla javascript to be included on `data` method of ajax.
18+
1719
`$data` is an array of values to be appended on server request.
1820

21+
1922
```php
2023
$builder->minifiedAjax('', null, ['foo' => 'bar'])
2124
```

0 commit comments

Comments
 (0)