Posts by Marcelo José Lustosa Rodrigues • 41 points
5 posts
-
-1
votes1
answer93
viewsQ: Image alignment with responsive Layouts
I am working in a virtual store and I am using the site Nuvemshop to develop the website. Only that I am facing a problem when positioning the logo of the store on the site. Since the layout is…
-
2
votes0
answers672
viewsQ: Doubt PF and PJ database modeling
I have a system that has a table called client, but this client can be Individual or Legal Person, in this case not to create a table for each of the client type PF and PJ, even because I have…
modelingasked Marcelo José Lustosa Rodrigues 41 -
0
votes1
answer256
viewsQ: How to dynamically pass the input name to Jquery
I have the following function in jquery in my script PHP $('.myinput').on('blur', function(e) { $.ajax({ url: 'gravadado.php', method: 'POST', // ou POST data: { q10600: this.value }, success:…
-
1
votes1
answer143
viewsQ: HTML + Ajax form with Jquery and PHP
I have a form that has a native HTML5 date field and I need that in the Onchange event of that date field or change the date value it will call a Php page that will load my page. Example of my html…
-
1
votes2
answers789
viewsQ: How to call a function in the Input Type = "date" click
Friends, I have a question I would be happy if you could help me. I have a calendar created with the <input type="date"> of Html5. I need that by clicking on a specific date it takes the date…