Questions tagged as 'jquery'

1
answer

Default values in a select2 [closed]

Well, I need to know how to call a select2 with multiple default values. That is, how to leave pre-existing options in select2. Example: I have a list of the database 'name', 'name2', 'name3'. I want when you load the page, select by defau...
asked by 26.01.2017 / 22:50
1
answer

Responsive website [closed]

Someone can help me to put on the website that I am developing to what they say to be responsive , that is, when I access through a smarthphone the website adjusts to the smartphone and minimizes the window of the browser on the desktop / lapto...
asked by 19.01.2017 / 23:31
1
answer

Could anyone help me with this script?

Good to script: $(document).ready(function(){ $("#banner").css({"height":$(window).height() + "px"}); var flag = false; var scroll; $(window).scroll(function(){ scroll = $(window).scrollTop(); if(scroll &g...
asked by 04.01.2018 / 14:00
1
answer

Select radio when clicking on a button

I want the person to click the button 1 to automatically select radio 2 , thus preventing the user from doing two clicks. How can I do this? Note:Thesamethingwillhappenalsowhenselectinganotherpaymentmethod. Page link: I tried to u...
asked by 22.08.2018 / 02:49
0
answers

Auto complete does not work, conflict in jquery

Personal speech; I am facing a problem that is basically one of the problems that will not let me upload my new website. Next ... I have an autocomplete script that when I start typing in the input field it starts to show me the results...
asked by 26.12.2018 / 20:44
1
answer

Get value from a cell in jquery

ThisbuttonhasanONCLICKeventthatcallsafunction.Theoretically,itisalreadyinaline,itwouldonlyneedtheVALUEofacell.obs:AddressesisthetbodyIDandtheTESTistheCELLID.Currentfunction:functionteste(){varid=$(this).parent().find('td').attr('id');alert(**en...
asked by 26.10.2017 / 04:26
1
answer

Modal problems with jquery: Uncaught TypeError: $ (...) .modal is not a function

I do not know what I'm doing to try to fix this error! Help me there, please. NOTE: JQUERY WORKS NORMAL, SINCE I HAVE VALIDATIONS THERE. ONLY THE MODAL WORKS, I DO NOT KNOW WHY = / <!DOCTYPE html> <html lang="pt-br"&g...
asked by 17.11.2017 / 00:03
1
answer

Difficulty in doing data verification in php with mysql

I'm trying to do a check in the database to know if it already has a user with the email entered by hmtl, I made this php script, but always execute it at first if the typed email is not in the database yet. I think the logic I used is correc...
asked by 11.06.2018 / 02:32
1
answer

endpoint to filter post by custom taxonomy

So I'm developing a we app, and I need to filter the posts by taxnomy to look like this get below. link link     
asked by 10.07.2018 / 23:02
2
answers

Change image link src [closed]

I have multiple images in lists, link 150-150 / 212-Vip --- brinde.jpg I would like to change only the 150-150 to 200-200 for all. I can only change one.     
asked by 20.08.2014 / 18:29