Questions tagged as 'javascript'

2
answers

Doubt about my javascript linked with html

Good morning everyone, I'm trying to make a menu which when clicking the "label" label changes the src of the image to another one by way of "check", I explain: My intention is that when I click the icon illuminates me, and when clicking the...
asked by 12.09.2017 / 10:03
0
answers

Problem with transation when using AddClass and RemoveClass

Hi, I'm using jQuery so that when I do scroll a menu container decrease its heigth , width and hide the title. It works, but it does not make the transition that I have in CSS ... HTML: <ul id=list-menu> <div class="...
asked by 12.09.2017 / 19:30
0
answers

I can not use my JS scripts in Zend Framework 1.12

To add a script to the site, use the following command: $this->headScript()->appendFile('/js/script.js', 'text/javascript'); And when it comes to testing the site, this appears: <script type="text/javascript" src="/js/script.js"&...
asked by 20.09.2017 / 05:25
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 02:47
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 02:47
1
answer

How to keep the input text off when restarting the page?

Good, I have a problem, I can not find the way in which to refresh the page the input text are disabled, they are enabled and disabled with a checkbox, the checkbox if I return from the bd with the value already marked, what I want you to be abl...
asked by 28.09.2017 / 15:45
0
answers

How to obtain the functions associated to an event of an element with jquery?

Good morning, the query is simple but I can not get to a more direct method to get the functions associated with an element, Suppose we have a button label and the click event we associate the greeting function, it would be something like thi...
asked by 28.09.2017 / 15:15
1
answer

Consumption of webservice with authentication from ajax form [closed]

A problem arose when trying to consume a web service xml from JS with ajax since it has authentication prior to the delivery of information and I can not inspect the form of the credentials requested. try the following: function webservice(...
asked by 28.09.2017 / 19:43
1
answer

read $ _session php in javascript

Hi, you know I'm doing a login and I do not know how to restrict access via url but I read some php sessions and I'm trying but I'm a bit lost and I have something like my login page that calls through an ajax request an intermediate file called...
asked by 28.09.2017 / 20:03
0
answers

Fill table with json

I am consuming an api that brings me the data of an arduino sensor the problem is that I could not read the data that returns to me in json format I returned it this way {"channel":{"id":363764,"name":"SENSORES","description":"Grupo de sensore...
asked by 15.11.2017 / 21:28