Questions tagged as 'jquery'

1
answer

JQuery UI slider in 2 hour range

JSON: { "saturday":[ { "start":"09:00", "stop":"10:00" }, { "start":"12:00", "stop":"13:00" } ],"sunday":[ { "start":"13:00",...
asked by 19.10.2016 / 07:51
2
answers

How to get a checkbox id through a table dimanica

Good morning, I wonder how I can get the id of a checkbox that is in a table with data generated from sqlserver. This is how the design of the table is: <asp:GridView ID="GridViewTable" runat="server" AutoGenerateColumns="False" ShowHead...
asked by 30.05.2016 / 20:54
1
answer

Notice: Undefined index: PHP and Ajax

I'm trying to send a form, but when sending the page does not reload, for that I'm using ajax and then to save them PHP, but I have the following problem, he says Notice: Undefined index: mail in C: \ xampp \ htdocs \ send \ formsubs.php on line...
asked by 20.05.2016 / 10:39
1
answer

Nan when loading data from Geocoder

I am trying to use a geocoder to convert postcode data into coordinates. I have instantiated the function twice to separate the markers (in a loop for) and the main pinpoint. Once the values of all the coordinates are loaded, I try to calculate...
asked by 15.03.2016 / 11:21
2
answers

Store jQuery Id Selector in a variable

Why in the first example, when I store a JQuery Selector Id in a variable, the open () function does nothing? In example 2 the modal dialog box is displayed correctly ... Example 1) var modalBox = (function(){ var $modalBoxDialog = $('...
asked by 17.05.2016 / 14:20
1
answer

modal window from table

I have a table as shown in the image, and I want to show a modal window by clicking on the icon of each record, in the modal window it is necessary to search and display the details of the selected record as shown in the image ( is where I in...
asked by 14.12.2018 / 15:12
1
answer

Generate DNA structure with HTML AND CSS

How to create a DNA structure using html CSS that at the same time is in motion, like the following image: but using HTML CSS and if necessary jQuery and this vertical mind structure? I have the following código htm...
asked by 29.11.2018 / 21:51
0
answers

Tabledit with jquery does not work well

I'm trying to learn how to create editable tables with jquery.tabledit.min.js but I'm really not aware of where my judgments are failing. My table "testC" is: id fisrt last 1 juan a 2 pedro b 3 diago c and my index that I am try...
asked by 21.08.2018 / 19:33
2
answers

Validate a dynamic Combobox with PHP

Currently I have a dynamic combo where when selecting a State you throw the due Municipality to which that State belongs. What I want is to validate from the server side that the selected municipality actually belongs to that state, since it...
asked by 28.08.2018 / 00:11
4
answers

How to get value from a link that is inside an iframe

<div id="dinamico" class="row"> <div class="col-12"> <iframe class="test" src="https://www.navexterno.com" min-height="70px" width="100%" frameborder="none"></iframe> </div> </div> This...
asked by 24.08.2018 / 18:12