Questions tagged as 'jquery'

1
answer

How to get the page from a row of a table, using page?

Suppose I have a table that shows 5 rows or records, with a fixed total of 12 records, that makes it have three pages so that one can page. But for example if I want to choose row 8, I need to get the page in which it is and save that value, tha...
asked by 25.12.2016 / 18:30
3
answers

Validate controls in ASP.NET MVC views

What is most advisable to validate controls in the views (ASP.NET MVC) controls I refer to textbox, combobox, etc. In the textbox enter letters, numbers, text sizes that I think will be done by html, which would be recommended javascript, jquery...
asked by 27.12.2016 / 03:15
1
answer

How to take the net value of a select in a JQUERY change?

I have the table país and ciudad , the city depends on the country, so I decided dynamically that when I select the country I do change taking the value , in this case the id_pais and that send a% per% code to list the...
asked by 06.03.2017 / 21:31
2
answers

Styling a pseudo element :: after with jQuery

How to select from jQuery an element of this style? .page-container .single-page:nth-of-type(2)::after { } The idea is to be able to modify certain rules CSS from JavaScript.     
asked by 26.10.2016 / 16:06
2
answers

Does not consume my web Service from Ajax Jquery

This is my code $.ajax({ type: "POST", url: 'http://localhost/QM/QMUI/WebServicePrueba.asmx/ObtenerCategorias', //url: "CategoriaK.aspx/ObtenerCategorias",//ojitos data: "{IdCategoria :" + -1 + " }", // -1 trae la lista compl...
asked by 05.01.2017 / 19:28
1
answer

javascript message when you distich a checkbox

Good, I'm starting to use jquery so I still do not know much, I'd like to do the following. I have a checkbox. simple. but that I am loading by default 'checked' and I want that when trying to deface it I get a confirmation message in javascript...
asked by 03.02.2017 / 20:48
2
answers

JQuery does not work in a js file

My problem is that I can not use jquery in my js files, even though it is already integrated in html and even works with bootstrap. Try including JQuery before and after the JS but it is not solved. class User { contructor(name,pass){...
asked by 08.02.2017 / 02:56
4
answers

Find a property of an object for its value, and in turn collect others from it. Javascript

I have a query. Starting from the function and the object that you see, I have an application that will launch a state (a string of characters) that is in a variable. I need to find the value of a property within an object and if it exists, it w...
asked by 17.11.2016 / 19:07
1
answer

Help with Javascript & HTML [duplicate]

I have a form created based on append() of JavaScript as a result of the obtained in AJAX to receive and manipulate PHP Array converted to JSON. I also have a on to capture the form when it makes submit() , but there's the...
asked by 11.10.2016 / 05:54
1
answer

Jquery dataTables with filter Combobox

I am using jquery dataTables and I want to add a filter combo for a specific field in the location after "Search" ... is this possible? I already saw examples that you can add comboxes in the footer, under each column of the table and filter in...
asked by 20.10.2016 / 16:38