@@ -208,10 +208,10 @@ $this->headScript($this->baseUrl('js/test/config.js'));
208208 $(function(){
209209 $('#ajax-callback') <em>// button above</em>
210210 .on('success.bluz.ajax', function(){
211- notify.addSuccess("Event `success.bluz.ajax` is fired")
211+ notify.addSuccess("Event `success.bluz.ajax` has been fired")
212212 })
213213 .on('error.bluz.ajax', function(){
214- notify.addSuccess("Event `error.bluz.ajax` is fired")
214+ notify.addSuccess("Event `error.bluz.ajax` has been fired")
215215 });
216216 });
217217 });</code></pre>
@@ -220,13 +220,13 @@ $this->headScript($this->baseUrl('js/test/config.js'));
220220 $(function () {
221221 $('#ajax-callback')
222222 .on('success.bluz.ajax', function () {
223- notify.addSuccess("Event `success.bluz.ajax` is fired")
223+ notify.addSuccess("Event `success.bluz.ajax` has been fired")
224224 .done(function () {
225225 console.log("Deferred call")
226226 });
227227 })
228228 .on('error.bluz.ajax', function () {
229- notify.addSuccess("Event `error.bluz.ajax` is fired")
229+ notify.addSuccess("Event `error.bluz.ajax` has been fired")
230230 .done(function () {
231231 console.log("Deferred call")
232232 });
@@ -254,7 +254,7 @@ $this->headScript($this->baseUrl('js/test/config.js'));
254254 <?= $ this ->ahref (
255255 'Load + Confirm ' ,
256256 ['test ' , 'ajax-html ' ],
257- ['class ' => 'btn btn-warning ' , 'data-ajax-load ' , 'data-ajax-target ' => '#load ' , 'data-confirm ' => 'Are you wand to load data from server? ' ]
257+ ['class ' => 'btn btn-warning ' , 'data-ajax-load ' , 'data-ajax-target ' => '#load ' , 'data-confirm ' => 'Are you want to load data from server? ' ]
258258 ); ?>
259259 <div>
260260 <select class="form-control" name="formName"
0 commit comments