Questions tagged as 'jquery'

1
answer

JqGrid Configure Sorting

I would like to know if by JqGrid, I have to do a sort order, for example: I have the following columns: Order, Sequence, Procedure, Tooth, Date, Tab. When you click the Order column, I want you to sort by Order, Sequence, and Procedure....
asked by 24.07.2014 / 12:56
1
answer

Condition and Validation of dates

I have 3 fields: contract number, start date and end date. How do I validate two fields simultaneously? That is, the start date and end date must be fulfilled. If they are not, I have to send only ONE message (not two, as I am used to - one f...
asked by 02.10.2014 / 05:02
1
answer

CakePHP auth does not allow Timthumb to work

I have a gallery that worked correctly, but after making the restrictions for users with Auth , the thumbnails stopped displaying the image, but when I delete function beforFilter() , public function isAuthorized($user) and co...
asked by 01.04.2014 / 12:07
1
answer

JqGrid: Assigning value to postData

I'm having trouble setting values in postData of a JqGrid, below are the creation of the grid, the received JSON and the function that is changing the value along with reloadGrid . Creating JqGrid: var listar = '1';...
asked by 04.04.2014 / 14:27
0
answers

Interfaces between CSS3 transition and Jquery animate

I'm programming a one-page web site that navigates through hashs using the tools available for CSS3 animation combining transition and transform. Using Less the code of the mixins looks something like this: .transitionSet (@prop: all, @time: 1...
asked by 13.01.2015 / 12:52
0
answers

Jquery mobile - do not load my main.js after the change page

I mounted a page using jquery mobile with the function of all buttons in a main.js file Divs that when clicked I check in js and do the action ex: $( "#mais-op" ).on( "tap", function() { $.mobile.changePage( "2.html", { transition: "pop"} );...
asked by 14.01.2015 / 03:02
1
answer

jQuery Click does not work on results coming from $ .post

I'm developing a delete button on the product form that I have, it works like this Category 1 (Radio Button) Category 2 (Radio Button) After selecting a category, it sends a jQuery command to the $ post function and creates...
asked by 14.10.2014 / 07:09
1
answer

Use Fade Out / In effects when changing CSS [duplicate]

I created a function that changes the background image of <body> every 5 seconds, but I wanted to insert a transition effect between the images: Fade Out to black at the start of the transition and then Fade In to the next image....
asked by 04.07.2014 / 03:00
1
answer

Implementing functions in web2py application using jQuery

Hello. I do not know if it is the correct term, but I have an application made using web2py as a framework. I know absolutely nothing about jQuery but the home page of the site I created is taking a long time to load and I wanted to try using th...
asked by 04.07.2014 / 20:21
10
answers

How to create a site without reloading every click on a link?

I want to develop a site that runs around the same file, but I'm not sure how to look for study material for that. So: Normal site-> I'm on the Index.php page. When I click on the "Portfolio" menu, for example, it goes and loads the file P...
asked by 20.02.2014 / 05:48