I try to include a field within a form with the selectpicker class of bootstrap but the style does not add style or live search, any idea of why? this is my code
These are the libraries that I use, only jquery I have it remotely bootstrap I h...
I needed to apply a centralized automatic signature on a client. What I did was write an HTML with variables NAME POST ADDRESS etc.
Then I copy the files in generic to the team through a GPO and I execute a .vbs that performs the follow...
I am in an update form and have the link in the link to update, for example:
view_fases.php?iddrs=2
I send it to update, and all good the problem comes when I want to finish making the changes I return to the same page with the id tha...
My problem is that I have a form made with HTML, PHP and AJAX that I went up to my page does everything like "should" but my email does not get the message, I leave my code for review:
HTML:
<h3>Formulario de Contacto</h3>...
I am editing the styles of this website: link
The problem is that by decreasing the width of the browser the div called "site-top-bar-right" does not show its content, as shown in the following screenshot:
Any suggestions or...
Very good,
I'm starting with all these technologies, HTML AJAX PHP JQUERY etc
Forgive if you see a lot of "garbage" barely took 2 weeks with all this.
These are my two pages, logeo.php
which is responsible for checking that there is a user...
Hello I need to get some means to insert the value of the css property "color" as text within the div#consola for each of the 3 div:
#position
#position2
#position3
in the classes p1color , p2colo...
I have this attempt of gallery of images with bootstrap, but I do not manage to appear bada, this is the complete code of the gallery, the images are named by numbers.
<script>
var imagenes = [1,2,3...
Good evening, I have a form created in the following way:
(in forms)
RESULTADO_P = (
('a', 'a'),
('b', 'b'),
('c', 'c'),
('?', '?'),
)
class formulario(forms.Form):
r1 = forms.ChoiceField(choices=RESULTADO_P, initia...
I have seen different examples of
elemento.currentTime
But I have not seen any with an element created from javascript to which it is applied and the following code does not work.
var time;
var audioe = document.createElement("audio");
au...