Questions tagged as 'jquery'

0
answers

Error registering FullCalendar event

I'm having a little problem with the FullCalendar plugin, the following is happening. When I click on a date to save a certain event a modal appears for me to register, but if I leave without saving and click on another day it saves 2 records...
asked by 19.03.2015 / 14:03
1
answer

How to hide given in a table according to the status

I have a code that fetches the data in the database and prints a table on the screen. My table that appears on the user's screen has the fields: Referência | Abertura |Status |Objeto Reference is an ID, Open is a date and time, St...
asked by 26.03.2015 / 03:25
0
answers

javascript does not display image .gif in Chrome and IE

I'm using Bootstrap and in a modal simulate the process of sending data to the bank. When the user clicks save it displays an alert message asking if this is what the user wants to do. So if the user clicks on "yes" after the message pops up,...
asked by 26.03.2015 / 14:52
0
answers

Jquery error in Demoiselle with JSF and Primefaces

A Demoiselle application uses an upload button for each record inserted in a list. That is, at a certain point the page can contain from 1 to N repeated upload components according to the amount of records selected on the previous page. For exam...
asked by 24.03.2015 / 20:48
2
answers

How to get the sub node from a select list

I have a responsive menu on my site that some options should not appear when viewed through the phone. <ul class="sf-menu"> <li><a href="#lk1">A gente!</a> <ul>...
asked by 26.03.2015 / 02:05
0
answers

Jquery + ADF - Button Location

I use ADF and I have a problem. In case I have a popup in sequence a dialog and after a panelgroup, below the panelgroup I created a "buttonBar" facet as soon as I have a defined style in my popup however I need to use a skin in the buttons b...
asked by 12.03.2015 / 13:33
4
answers

How to create a real-time notification system similar to Stack Overflow?

I am developing a Help Desk system, and would like some ideas on how to create a notification system similar to Stack Overflow itself, whenever any new support is registered. I want to use PHP, MySQL and jQuery only. Should I use window...
asked by 16.03.2014 / 20:21
0
answers

Star rating in my simple-form Rails does not send the value

I'm using a JQuery plugin to style my input field with the "star rating" style, which is the library: link . I call the attribute in the slim as follows: td = f.input :score, label: false, input_html: {class: 'rating'} And then the look...
asked by 20.02.2015 / 22:47
0
answers

Perform .append (); of an iframe when the page loads

I'm trying to make a .append(); of an iframe that is stored in DB. Well, this done and accomplished as follows: $(document).ready(function(){ $.get('/viatge/auth/getStreetViewCode&${_csrf.parameterName}=${_csrf.token}',{destin...
asked by 20.02.2015 / 22:30
0
answers

Change value of all ssearch in a request from Jquery DataTable

I'm using the methods $(_table) .DataTable() .column(colIdx) .search(text) .draw(); to make filters in my Datatable. However, to reduce the number of requests, I perform this function only when I press the "ENTER" ke...
asked by 23.02.2015 / 19:42