Questions tagged as 'jquery'

1
answer

How to recover the functions of a cloned editor?

I'mdynamicallyaddingthesummernotebelowingreen.I'mactuallycloningtheonesabove.OfcourseIwouldhaveaproblemwiththatotherwiseitwouldnotbeprogramming.Addedpublisherfunctionsdonotwork.CouldanyonetellmewhatIshoulddotogetaroundthisproblem?I'musingthecod...
asked by 03.08.2017 / 22:09
1
answer

How to select rows in a table?

I'm working on a web system and would like to create an interactive table on a page. Above the table, I have 4 buttons and would like to give them functionality. I would like to be able to select a row from the table to edit or view or select mu...
asked by 04.08.2017 / 17:04
0
answers

Using Circle as a mask with Google Maps Api V3

I have a circle, and multiple rectangles, which I paint with some colors, but, I just want to see the colors inside the circle, not outside it. Example I just want to see the colors of the inner circle, I thought if I used the circle as...
asked by 04.08.2017 / 15:42
1
answer

How to create a layout inside Jquery and popular with data within a JSON

To create my image database and I have a page that CURRENTLY populates a list (C #), it follows the code: @{ List <ImageIndexer> imagesFoundList = LuceneSearch.Search((String)Request["search_input"]).ToList(); String imagesFoundJSON = L...
asked by 01.08.2017 / 20:34
0
answers

Shopping cart products duplicate

I have a problem with the shopping cart on the end of order button issue. When I finish the order he should get all the products. So far so good, but the question that it always doubles the last. In the example I put a product with X-SALAD, and...
asked by 11.08.2017 / 22:23
1
answer

Changing a class search in jQuery for a word search

Sorry if I was not clear on my question. I'm starting with JS and jQuery and my question is this: in the code below, is there any way to instead search for classes, search for words? when(function() { return jQuery != undefined &&am...
asked by 15.08.2017 / 20:23
1
answer

How to delete a product with ID in sessionStorage

I have a function that takes the product id and this id checks the product of a sessionStorage . How do I get him to delete the id product? //dadosdoproduto se refere ao seguinte método dadosproduto: [ { "id":"12345", "nome":"te...
asked by 15.08.2017 / 18:58
1
answer

Randomizing jQuery divs

Talk about it! I have the following code. What I'm trying to do is to display the 6 divs randomly. I've tried to diversify shapes but no results. If anyone can help, thank you. PS: I can not put the divs inside HTML, it has to be via jq...
asked by 28.07.2017 / 22:04
2
answers

Pick up Div inner element next to

I'm trying to make clicking on a button the content of div on the side editable. Home Better viewing the code: <div id="nome" class="container"> <div class="col-10"> <p class="editar" contenteditable="false"&g...
asked by 28.07.2017 / 16:09
0
answers

Open image in div after loading with jquery

I have this jquery code that makes a filter, when it shows the result, it opens in a div id = products , this div will have thumbnails and I want it click on the image and it appears in an enlarged div on the side. The filter is working,...
asked by 27.07.2017 / 22:21