Questions tagged as 'jquery'

3
answers

"undefined is not a function" when calling "tabs"

I have an error in my JS function, when I see through the browser, it shows the following message:    undefined is not a function Please, do you have any tips on this error? <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2...
asked by 02.02.2015 / 17:35
1
answer

Slider automatic more controls. Divergence between the two

I'm making an automatic fadeIn / Out slider but I'd like to implement controls too (next / prev), the problem is that I can not connect these two features. For example, if it is on slide1 and I load it on next (slide2) the automatic part...
asked by 03.02.2015 / 11:46
2
answers

add / remove array to an input hidden

I'm using a jQuery code to add products that are chosen from a select list to a table . The product name and quantity are included, and lastly only the button to remove the product from the table. I have a input hidden that should be p...
asked by 30.06.2014 / 22:37
2
answers

Printing in excel with php and jquery

I'm trying to print to excel a query presented in table with php and jquery in the <tbody> tag. However it did not work. He presented in excel a wrong result with all result HTML in a single cell. COULD YOU HELP ME? I found the s...
asked by 03.07.2014 / 19:53
1
answer

FullCalendar fetch data from the php database

I'm generating a calendar for a site, and I'm required to use the fullCalendar tool. The question is to get the events by php to my database. In js, the data is listed in the following demo.calendar.js file and contains the following: ;(func...
asked by 09.07.2014 / 13:32
1
answer

Tabs with slideUp () and slideDown () for left and right

I'm using a plugin of tab.js and to change tab it uses slideUp() and slideDown() . I just want to use Left and Right . How to do? My code: $(document).ready(function() { (function ($) { $('.tab u...
asked by 08.05.2014 / 21:06
1
answer

How do I trigger ('change') in an input select?

I'd like to simulate a change event in my input, but I'm not getting it to work. As the page loads, I select a different value in my input like this: $("#selExercicio option:contains('" + ano + "')").prop("selected", true); It's working....
asked by 29.04.2014 / 17:23
1
answer

How to retrieve remote text from PHP in jquery.validate

Friends, I would like to know how to remotely retrieve the text of messages from jquery.validate in PHP. $('#ajax_form_inclusao').validate({ rules : { numeroContrato : { required : true }, dataInicial :...
asked by 06.05.2014 / 16:56
1
answer

Failed access to SPServices in a SharePoint list

I created a SPServices that queries a list in SharePoint 2010 and returns the value of a single field. However, this query is returning the following error: soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' wa...
asked by 16.05.2014 / 23:02
1
answer

Meaning of part of JavaScript code

I built a code to prevent my search engine from doing searches with the search field blank or with the default message that appears in the value, I received a part of the code and when implementing it appeared an error that did not happen before...
asked by 23.05.2014 / 15:01