Questions tagged as 'jquery'

1
answer

How to use JQuery in the Cordova project? [closed]

I started an open source hybrid project in HTML, CSS and JavaScript using Cordova. I added JQuery, but I can not use its resources. Is there any mistake on my part? The code can be viewed here . Home When executing the project, linha 17...
asked by 01.06.2015 / 19:51
1
answer

How to get the number of images in a folder with Javascript / Jquery

I tried to use this function: function getCount(foldername) { var myObject, f, filesCount; myObject = new ActiveXObject("Scripting.FileSystemObject"); f = myObject.GetFolder(foldername); filesCount = f.files.Count;...
asked by 01.06.2015 / 20:13
1
answer

How to keep values in inputs with JQuery

Good afternoon, In a php page, I have several text input fields. In this page I fill in each input with a value, 2.00, 3.00 ... How do I keep these values in the fields, in the inputs, even if I go to another page? For on the other page I wil...
asked by 02.06.2015 / 22:37
3
answers

Leave fixed paging using jQuery datatable

I have a table and I'm using datatable of jQuery , however, my table has a lot of column, and I made a scroll in it, but in that my pagination scrolls along with the scroll, would have some way to leave the pagination fixed EXA...
asked by 24.03.2015 / 13:43
2
answers

Change menu class

Good morning. I have the following menu: <ul> <li class="active"><a href="?type=0">Ranking PvP</a></li> <li><a href="?type=2">Ranking Clãs</a></li> <li><a href="?type=1">Ranking...
asked by 29.03.2015 / 15:10
1
answer

Search string in an array with jquery

Personally I have a problem with the code. function escreveNoticias() { var table_body = $("#lista-noticias tbody"); table_body.empty(); for (var i = 0; i<noticias.length; i++) { noticia = noticias[i]; if (cate...
asked by 28.03.2015 / 00:59
1
answer

I can not return value from the Web Service to PHP

I have already tested the Web service through SoapUI and it is working normally by returning the values. Web service XML This XML file does not appear to have any style information associated with it. The document tree is shown below. &...
asked by 01.07.2015 / 22:54
1
answer

Slideshow JQuery Error while passing Slide

Problem I have a slideshow where I have to show two div's each time. Until the beginning it gets the two all right, however as soon as it returns to div 1 and 2 in the next 'next' that I give the div 1 is still there and only div 2...
asked by 11.05.2015 / 15:19
1
answer

How to know which is the first and last element with Jquery?

Good evening everyone. I have a doubt. I'm doing an image gallery and would like to know how do I know which is the first and last element. Type I have the right and left arrows for previous image or next image. Dai type when I get the last imag...
asked by 11.05.2015 / 02:41
1
answer

Intermittent problem with Uncaught TypeError: Can not read property 'locac' of undefined

I'm having this problem    Uncaught TypeError: Can not read property 'locac' of undefined With the code: function fnc(){ var evt = (window.event ? window.event : event); var elemento = evt.target; var params = $...
asked by 28.04.2015 / 16:17