Questions tagged as 'jquery'

3
answers

Recover from the database the "data- * value" attribute of a field through jquery

How to retrieve from the database the "date" attribute of a field through jquery. Today the system retrieves the value (value) of the field, but now I need to also retrieve the value of this same field, as asked #
asked by 17.10.2016 / 17:27
0
answers

editing of datagrid with navigation via keyboard arrow

Hello, I am converting a desktop system to a web form, in one of the screens (of orders) I have the facility of the user to enter order items and with the down arrow create new line (order item) and continue typing without having to use the m...
asked by 14.10.2016 / 19:27
1
answer

How to List added photos in the view?

I have the following code in my View that takes the path of the photo, and saves it in the bank. @using (Html.BeginForm("Upload", "PessoaFoto", FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.Hidden("idPessoa", R...
asked by 13.10.2016 / 22:30
0
answers

Image above another as a stamp using css

I have an image on the screen where I want to add a stamp, the problem is that as this image is inside a foreach, so if I take the id of the image, it will be repeated. <div class="panel-body"> <div class="carimbo-foto">...
asked by 03.11.2016 / 19:48
0
answers

Remove div spaces with image using Canvas

I have a div, where I'm saving content using canvas <div class="container-capa"> <img src=~/Content/imagemcartaovisita/@Session["NomeCapaCartao"] class="img-responsive" id="capa" alt="" width="589" height="324"> <label...
asked by 08.11.2016 / 13:59
1
answer

Format date with jQuery

I'm currently formatting a date field with the following mask: $("input[type='date']").mask('dD/mM/yYYY', { translation: { d: {pattern: /[0-3]/},...
asked by 23.10.2016 / 18:22
1
answer

How to set the image format when saving the file using "html2canvas"?

I'm using canvas2image.js to transform a div into an image, everything works, the problem, I need to set a format for the image at the time of saving, without it it is left without a valid format. Example: <link href="~/Content/css/Car...
asked by 04.11.2016 / 16:26
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
1
answer

How to use TinyMCE with JQuery?

I'm trying to use TinyMCE with JQuery but without success, it sends the textarea data without the formatting, if I try without JQuery it works, does JQuery not accept the html tags inserted by TinyMCE? Example html part: <script...
asked by 13.10.2016 / 15:27
0
answers

Updating Google Maps bookmarks every 10 seconds!

Friends, I made a system to record the points in the DB and then display them on the map. It is working normally, but as I did the BD via ajax, the page is not updated! I'm doing it this way, but updating the whole page: //Gravar os dados n...
asked by 08.10.2016 / 23:36