Posts by Leibovich • 61 points
5 posts
-
0
votes1
answer426
viewsQ: Change url via . HTACCES
Sehores, good afternoon, sir. I need to change my homepage to a subfolder. I added the following code to my file .htaccess, but only worked for url without www, ex: dominio.com.br , redirects to…
-
3
votes1
answer248
viewsQ: Change HREF of a link if the url does not meet some requirements
I have a question. I need to force page 1 value from a page to a specific URL. I couldn’t figure out how to fix the code of the plugin I’m using, so I decided to do a "gambiarra" so I could put the…
-
0
votes1
answer470
viewsQ: How to set the value of an element using jquery and conditionally setting a manual value if the value is empty
I have a form, which when submitted, sends data to a modal window. A part of the jquery I have, takes the value sent by the textbox with id "diagnose" and passes this value to the modal window, in a…
-
1
votes1
answer1106
viewsQ: Send form data to a modal window
I am developing a simple form and when submitting the form, instead of sending to another "result.php" page, I would like to open a modal window using bootstrap, to show the summary of this post and…
-
1
votes2
answers471
viewsQ: Change table structure using JQUERY
I am not very knowledgeable of JS, but I need to solve a problem using Jquery. I’m making a contact list using Bootstrap and a plugin called Bootstrap-Table that manages the issue of filter and…