WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-684450-8.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 92347 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: InputMask
Alan van Buuren
pro asked 7 years ago
Hi, you need put input mask in your product, its something easy and with this you will increase the quality and ecosystem for MDB.
Example:
$(document).ready(function(){ $(selector).inputmask("aa-9999"); //static mask $(selector).inputmask({mask: "aa-9999"}); //static mask });
possible source:
https://code.google.com/archive/p/jquery-formatcurrency/
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.10
- Device: Web
- Browser: Firefox
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes