This is one combo that I use frequently in my Yii2 projects. When the page is scrolled to the end, next set of data is retrieved and displayed automatically without …
This is skeleton code example on posting form data in JSON format processing by Yii’s controller action. Although this example uses Yii, the code can be easily adaped to pure PHP …
A case that works in IE but not Firefox (for a change). Supposed there’s form with a few fields. A button to manually adding more fields to the form. These …
When passing a boolean value from javascript to a xajax function, the value is converted to string in the xajax function. You need to compare the string value of the …