Questions tagged as 'jquery'

2
answers

Full Menu in Jquery

So people, I need some help with Jquery to make this menu. I have a div that is activated when the menu item is clicked, but I still need some settings to make it round, and what I need is: Make it impossible to display more than one of t...
asked by 08.02.2018 / 20:26
1
answer

popover button bootstrap in jquery does not show content

Good morning guys, I'm trying to understand how the bootstrap popover works, I'm trying to use a button-like form to understand how it works but that's a secret for me. Although following tutorials, or indications of bootstrap page documentation...
asked by 08.02.2018 / 11:58
2
answers

Change div size when mouseover

I have a page with some DIVs and I would like to apply an effect when the mouse goes through some of them. What I would like to happen is that by hovering over any of the divs it would increase in size, almost as if it were "approaching" the use...
asked by 15.01.2018 / 23:41
2
answers

Get text inside input with radiobutton input-group-addon

I have this form with these inputs, I want to get the value that is inside the input of the selected radio button, example as in the image, I should get "bb". Myhtml:<label>Respostas:</label><divclass="input-group">...
asked by 17.01.2018 / 14:49
1
answer

Mount check box with 1 and 0 angular values

I have a screen that has a check box .. let's see; <div class="form-group col-md-9 pull-right"> <label>Ativo:</label> <label class="checkbox-inline"><input type="checkbox" ng-model="pess...
asked by 17.01.2018 / 00:49
1
answer

How does the React-Native cache work?

This is the following, I created a system that uses some Image components and loads the images from the internet. I just want the images to appear even when the system is offline. I noticed that there is a cache of images when I acc...
asked by 17.01.2018 / 18:51
1
answer

Insert ajax return into table

I have a view with a table that has multiple dynamically generated lines. Clicking on the change button opens a modal that I place a value and by ajax I update this value. I need to get this value that ajax is returning and put in td with...
asked by 09.01.2018 / 15:54
1
answer

How to perform ajax but not update content of the div so add?

I have <div> where the return of the function ajax is returned, but it updates itself, I want to know if it has the function ajax and instead of updating it to bring the result leaving the old result, it is possible?...
asked by 08.01.2018 / 19:47
1
answer

Manipulating table td's

I have a code that distributes the information coming from the database into three tables. But when I filter these results by name and code (fields available in the DOM to filter the tables) the rows () of the table are messed up because what I...
asked by 10.01.2018 / 14:10
1
answer

Upload image only when you click a button to display

Personal I made a gallery of photos a little big so I added an effect of slice in it are 64 images in the case when the site loads only appears 12 and when the user clicks on see more is appearing from 12 to 12 it works normally follows t...
asked by 10.01.2018 / 16:02