Questions tagged as 'jquery'

1
answer

Modal does not play

I have an iframe when I closed it, it was still playing in the background, I removed the attribute src and it no longer plays, but when I open the modal again, it does not open the iframe. This is the code: $(document).ready(function...
asked by 03.04.2017 / 15:24
1
answer

Problems javascript html5 [closed]

I am trying to call an input inside the DOM tree but I can not call it by the "active" class, however when I use task-wrapper the alert appears perfectly. How do I solve it? $(".active > .hideinfo > .wrapper-ca...
asked by 10.04.2017 / 11:12
1
answer

Woocommerce: disable address fields when selecting a state / city

I'm trying to hide the address fields when you select an option in states that is not "Lima and Callao". This is what I have tried so far. jQuery: if($("#billing_state option:selected").val() != "Lima y Callao"){ $('#billing_address_1_fiel...
asked by 04.04.2017 / 00:28
1
answer

animate image with jquery

I am developing the super Mario bros game for html5, jquery and css3 for a university practice. To put in situation, I have a div "map" and inside the other div "pj" which by means of js I indicate that the div "pj" is moving by the div "map"...
asked by 19.03.2017 / 13:14
1
answer

verify repeated values in datatable jQuery

I have a form as follows: I have four inputs in HTMl in which a user enters the following personal information: name, phone, personal id and business id, both the business ID and the staff are unique numbers that are assigned to a single pers...
asked by 24.03.2017 / 13:40
0
answers

Multicolumn collapsive table [closed]

Good morning you know how to make a multicolumn collapsive table like this ?, or some plugin that does that job: A company has several departments, then the company row has to be collapsive, now the departments have several areas, so the depa...
asked by 27.03.2017 / 19:18
0
answers

Knockout does not show the UI

I am trying to consume data from my API to show it in my HTML templates. I am using knockout.js for the client-server exchange. The following code contains the file cronologia.js , and an HTML file: function cronologiaViewMod...
asked by 16.03.2017 / 04:58
0
answers

How can heavy files be uploaded in javascript and PHP? [closed]

My question (as it appears in the title) How can heavy files be uploaded in javascript and PHP? What I want is, when a file exceeds 10MB will be partitions and upload to the server to PHP. To upload heavy files more than anything ...     
asked by 04.03.2017 / 05:45
1
answer

Inject partial view from the shared

ASP.NET MVC 6 I want to perform a partialview injection. So far I make the call and I load it on screen, only instead of loading the partialview I also load the menu of the entire page. The way it works: a button with an onClick function call...
asked by 02.03.2017 / 20:17
1
answer

Do not accept repeated values in a table using jQuery

I have a table to which, I add data from three different TextBox . For this I use jQuery and C # as follows: <form> <input type="text" id="inputText1"> <input type="text" id="inputText2"> <input type="text...
asked by 12.03.2017 / 03:10