Questions tagged as 'jquery'

1
answer

Validating a form using JQuery validate

I'm here with a problem validating my form, every time I change the Country I load the page again: <select class="form-control" id="pais" name="pais" onchange="document.getElementById('form_user').action='';this.form.submit();">...
asked by 09.07.2014 / 17:49
2
answers

How to apply jQuery Validate rules to multiple fields at once?

I have a form in ASP.NET and I'm using jQuery Validate to apply validation rules in the fields. All my fields have a common rule ( required: true ) but I could not find a way to apply this to all at once. $('#form1').validate({ r...
asked by 03.07.2014 / 16:04
1
answer

parsererror error while executing a crossDomain AJAX request

I've created this page to test a cross domain request with AJAX : <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script></head><body><scripttype="...
asked by 16.09.2014 / 14:15
1
answer

Click row of a jQuery Datatable and load a page with id information

I am listing information from my database in a Datatable with jQuery and until then everything is ok. What I want to do is to click on the 'row' of Datatable load on that div all the information of that ID that was presented in the tab...
asked by 17.09.2014 / 16:14
1
answer

Enable / disable drop in sortable (jquery)?

I'm working with the sortable of jQuery UI, however, I'm not able to enable / disable drop for every ul with 4 li (with 4 disable, with less enable, always enabling move the content from ul to another). My sortable js a...
asked by 11.07.2014 / 19:34
1
answer

How to change validation text according to each type of validation in the Initial Date field

I have a code that does a validation with jquery validate and is 100% functional. When validation occurs, jQuery Validate always displays what is written in the title of input field. How do I have different validations for some...
asked by 26.05.2014 / 17:57
1
answer

How to limit the 1 keydown event in JQuery?

I made a code that when starting my event, it makes a block make a move from top to bottom. If he presses the "3" key between the pixels set during the animation, he causes the animation to be removed and received "1 hit". But if I keep typin...
asked by 27.05.2014 / 20:32
2
answers

Get position of links in a menu using jQuery

I'm trying to get the position of links from a menu and I'm not getting <nav class="menu"> <ul class="nav"> <!-- <span><a href=""><img src="cds.jgp" alt="Logo Cetec"></a></span> --...
asked by 28.05.2014 / 09:19
2
answers

How do I update a table by ID? [closed]

I have a table and in it I have a icon with event onClick , the script is doing its job to change the status of true to false , if clicked. Is my job updating this table every time this happens? function Change(val){...
asked by 22.05.2014 / 05:28
1
answer

Handle get errors (403,404,405) with jquery

I'm using history API to load the clicks on the menu, in a div #content, okay so far so good, however I'm handling the errors by JQUERY even look at it $('a').click(function() { pageurl = $(this).attr('href'); if(pageurl!=window.locati...
asked by 22.05.2014 / 20:20