Questions tagged as 'jquery'

1
answer

I have a problem or Error with JSON

Good afternoon I have a problem with JSON and I do not know how to correct I call the function in this way function mostrar(idgrado){ $.post("../ajax/grados.php?op=mostrar",{idgrado:idgrado}, fun‌​ction(data,status){ data= JSON.par...
asked by 13.11.2017 / 18:34
1
answer

How to make a chain of elements p / p that moves infinitely to the left

As I put in the title, does anyone have any idea how to do it? an example would be like this: The html code I have made is the following: <div id="cadenaEtiquetas"> <p>Texto1</p> <p>Texto2</p> <p>...
asked by 21.11.2017 / 22:32
1
answer

show image while processing a form with jquery

I have a form on an html page that is sent to a php file. My idea is that once the form is sent and until the data is loaded into the php, an animation is displayed on the screen. The problem is that the animation is not showing. The html...
asked by 27.11.2017 / 18:09
2
answers

Switch from text to variable name

I have a textbox in which the user inserts a text and then I would like, by code, to create a variable with that text. How could I do it?     
asked by 11.10.2017 / 09:39
2
answers

paint the background-color of the holidays in a fullcalendar

I am implementing the Fullcalendar widget in yii2 but I have not been able to paint the background-color of the holidays and Sundays. I do not know who can help me, I have a lot of time looking for a guide but I could not thank you     
asked by 17.11.2017 / 21:24
2
answers

question about ajax show individual results

I want to show the result of an AJAX query in different parts of my website. That is, in my query I have two echo within the PHP that I want to print in my HTML document. The problem is that he shows them both together. For example:...
asked by 25.03.2018 / 07:18
2
answers

Delete Specific Array within another Array

I have a global array that stores more arrays inside. The internal arrays store two values, the x and y of the position of a graph. Well then, with that said, I explain how it works for now and what I need. I have (for now, in the future i...
asked by 15.03.2017 / 11:31
1
answer

How to refresh a dependent select from another select

I have a select dependent on another, in the first select the Department where a user works and in the second select the users that work in that department are loaded, this works well the first time a department is chosen, but if another departm...
asked by 30.05.2018 / 21:54
1
answer

Add Link to a piechart

I'm working with graphics, which works well for me and delivers the data I request; my problem is that I can not add a url and that this url take me in said graph. <div class="el-chart-w"> <canvas height="300px...
asked by 04.09.2018 / 14:02
1
answer

Send Parameters and Redirect to another page with Ajax or Jquery

Good friends I have a huge doubt when send the parameters and redirect to another page here is my code Page Example1.php <?php $var1=1; $var2=2; echo "<a id='anclka'> <input type='text' name='var1...
asked by 27.07.2017 / 22:35