Brecht272727
Brecht272727
How can i use the pagination with a join? $page = 1; $db->pageLimit = 2; $db->join("recept_types rt", "rt.id=r.type_id", "INNER"); **_$products = $db->paginate("products", $page);_** echo "showing $page out of " ....
Hi, i using the latest version of MysqlDb.php I am using ajax with dataType 'json'. But i can't see the error message in console. See below for the ajax code...
Hi, I have something strange when i save the editor code into mysql. I use the latest version 0.8.20 and the lite version. **My code from codeview is like this...
Is het mogelijk om die map met gemeenten aanklikbaar te maken zodat ik deze kan gebruiken in mijn applicatie? Hiervoor zou ik een kleur moeten kunnen geven per gemeente (kleur...
[bug]
Issue description: Detecting not correct on different iPad's - isTablet and isMobile both return true in Chrome. Latest version (4.8.2) user-agent: Mozilla/5.0 (iPad; CPU OS 15_5 like Mac OS X)...
Hi, I am trying to open a popup by the methods. But this is not working. `$('#dropdown-standard').sweetDropdown('show');` ``` Item 1> Item 2 Item 3 Try out! ```
I use your input-spinner in a cart with different items. But i need to know how i can pass a parameter like data-id=... to the buttons. After that i am...
Hi, I am looking for a solution where i can update the cart with p.e. product.id and product.sizeId But the code below is not working. ``` var winkelwagen = cartLS.list();...