Posts by Felipe Luis • 1 point
2 posts
-
0
votes3
answers108
viewsA: Javascript input check
use the plugin jquery validation it is a complete validation library for forms, very good and simple to install and use. $(seletorDoFormulario).valid() this example above will return you a boolean…
-
-2
votes2
answers424
viewsA: Style Bootstrap 4 select combo box
you creating the custom selectors is possible yes style according to your need. From a review of this list, maybe I can help you better understand more selectors and what their functionality is:…