Posts by Alex Machado • 123 points
6 posts
-
0
votes0
answers40
viewsQ: Long forms
I already understand that the best practice is to use one field per line, unless it has a direct relationship, such as: Address and number. Reference. However work in a system that in many fields,…
-
0
votes0
answers18
viewsQ: foreach in wordpress form does not work
I’m doing an email sending, using the native wordpress function wp_mail where send multiple concatenated fields in the variable $message, including checkboxes marked by the user. Despite believing…
wordpressasked Alex Machado 123 -
5
votes4
answers18311
viewsA: How to flip (mirror/flip) an image
Within the Transform attribute, there are also functions Rotate(), rotateX(), rotateY(), rotate3d() and rotateZ(), they all work with the unit deg or in English degrees, the basic values can be any…
-
7
votes1
answer247
viewsQ: Css in inputs using Affordance principles
To facilitate the development of responsive forms it is very common to put 100% width on inputs, and control their size through the width of a div as container, this technique helps when…
-
0
votes1
answer94
viewsQ: Error in ajax when sending by mobile
good evening, I have the following ajax: jQuery('#form-contato').submit(function(){ var nome = $(this).find('[name="nome"]').val(); var email = $(this).find('[name="email"]').val(); var assunto =…
-
-1
votes4
answers27486
viewsA: How to change the background with javascript?
Hello, I joined this using jquery, until pq do not know much javascript, but you could not add classes according to time? and treat the colors and styles as the added class? Following example…