Questions tagged as 'jquery'

0
answers

Images added with tinymce do not respect div

I made a small file upload plugin that is integrated with tinymce, but when I add images to tinymce they do not respect the div. How can I fix this? I saw that tinymce adds fixed pixel sizes, it would be cool if it added the images with style ma...
asked by 17.01.2018 / 04:10
1
answer

How to pass javascript return to php variable

I'm passing data from some inputs to a modal, I'm doing this with jquery, up to blza, more precise the data that was sent and uses them in a mysqli query, my doubt as I pass the values sent by jquery for php variables and so use them in my query...
asked by 16.01.2018 / 20:25
1
answer

How to activate animation only on the button clicked and not at all

I'm new to development and I'm having a problem. I have some "cards" each with an image, a description and a button that when clicked makes the description appear. But when I click on a button to show the description it shows everyone's. Belo...
asked by 15.01.2018 / 17:20
1
answer

Calculation of jQuery threaded percentage

Good I am challenged to calculate the final value of the product on the same page without refresh, with 4 fields of discounts on a gross value presenting the unit and total result (items of a purchase order or invoice regardless of the name attr...
asked by 23.01.2018 / 14:34
1
answer

After choosing an option in the selectbox, disable and change the text of two other selectboxes

Beauty galera. I have three selectboxes and after picking the "Movies" option in the first box, I would like to disable the other two selectboxes and modify their texts to "N / A": <select id="categoria" name="categoria"> <option valu...
asked by 24.01.2018 / 05:11
0
answers

Conflict with JS wordpress

I'm learning how to turn a website into a wordpress theme, but I came across an error that I can not solve: Some plugins require that I have in the HEAD the code this code adds the WP JS, and conflicts with the JS I used to develop the projec...
asked by 24.01.2018 / 12:21
1
answer

Replace src field value with javascript

I am trying to modify a function in this virtual store click here . In this product page, in the code html of the page, in the image gallery, there is the following code that is referring to the main image: <a class="thumbnail mi...
asked by 12.01.2018 / 15:37
0
answers

Disable JS script on certain pages

I added a script in JS in PHP based on my project in CodeIgniter, this makes the other controllers also run this script. How would a particular page not execute this script?     
asked by 24.01.2018 / 12:32
0
answers

JQuery - Display Alt attribute below each slide image

So, I need help with a code I'm trying to develop. The site is all in Wordpress, and has a plugin called Master Slider. I need to develop a script that takes the Alt attribute of the images and displays below each image, and that attribute chang...
asked by 25.01.2018 / 11:17
1
answer

Leave the autocomplete related to textarea when it increases in size

I need to make the autocomplete accompany the textarea when it is increased. <form class="form-control form-inline"> <label for="tags" class="control-label" id="upBody">Component: </label> <textarea id="tags" ng-...
asked by 30.01.2018 / 16:01