Questions tagged as 'front-end'

1
answer

Problems with NaN

Can anyone help me with this site. The front displays the prices only below it again displays with NaN. When it enters any product, NaN disappears. Any tips on how I can solve this? Some trick to "hide" NaN on the front screen would be intere...
asked by 06.09.2017 / 01:48
1
answer

Drag image out of div using JQuery UI

I have a div with a list of photos using the BxSlider plugin and I'm also using JQuery UI to perform drag and drop. Now, what I need is a way to drag the image out of that div (photos), because when I try to drag it it goes inside the div its...
asked by 03.07.2017 / 13:33
2
answers

Appear button when mouseover javascript

I'm developing an application in jsf, css, javascrip where when you move the mouse on the product there will appear a "Learn more" button and when you take the mouse the button know more disappears, only the first item is functioning for the res...
asked by 05.07.2017 / 22:00
1
answer

Remove row from table after deleting via AJAX

I have a table that shows student records, and each row has a button to delete the student, and the deletion is done via AJAX. I would like to give a fadeOut on the line that is deleted, so in the AJAX success I did the following: success:func...
asked by 18.05.2017 / 02:29
1
answer

JSF problem in the Logoff method

Good evening I have the following problem, I have a JSF application and I need to make a logoff command, I did several and all gave the same result, it "kills" the user session (logs), but does not redirect to login screen (which is screen I...
asked by 08.06.2017 / 05:45
1
answer

Sub-tables in Bootstrap

I am creating a conventional table, which when clicked on the group name it shows a sub-table containing the same columns and refactoring the results: NORMAL STATUS: GRUPOS QUANTIDADE | GA | | 1000 | | GB | | 1600 | WHEN...
asked by 22.05.2017 / 16:59
1
answer

slideToggle (); to row in tables

$(document).ready(function(){ $("#flip").click(function(){ $("#panel").slideToggle("slow"); }); }); <div id="flip"><table><td>Maria</td></table></div> <div id="panel"><table><t...
asked by 23.05.2017 / 19:59
1
answer

What is an API Rest for front and backend communication? [duplicate]

I could not understand what an API Rest is for front and backend communication     
asked by 19.04.2017 / 05:24
1
answer

JSF change information in XHTML

Good evening. I have an application in java / jsf I'm having a hard time showing information in XHTML, Well I have SelectOneMenu to save an information in the database: <p:selectOneMenu id="PermissaoAcesso" value="#{usuario...
asked by 17.04.2017 / 04:57
1
answer

Animation when expanding item in a sidebar

How to create a right (of items) scrolling effect when expanding a menu option, inside a sidebar? Is it possible to do it using only CSS? I tried to use transition but I did not succeed.     
asked by 11.02.2017 / 04:09