Find Jobs
Hire Freelancers

Multiple Dropdown Select2 (Jquery Knowladge is necessery)

$10-30 USD

Teljesítve
Kiadva ekkor: körülbelül 2 évvel ezelőtt

$10-30 USD

Teljesítéskor fizetve
i need to fetch Multiple Dropdown Select2 values in a Modal foe Edit so-far i can get the first option it has to be same like below Model 3 multiple dropdowns 1- jobs 2-client 3-subs like <select name="jobs[]" id="jobs" multiple="multiple" data-live-search="true" class="form-control jobsselect" style="width:100%;background-color: black;color: white;"> My php if($_POST["action"] == 'fetch_single') { $query = "SELECT * FROM siparisler WHERE id='".$_POST["id"]."'"; $result = $conn -> query($query); // Fetch all $result -> fetch_all(MYSQLI_ASSOC); foreach($result as $row) { $output['jobs']= explode(",", $row["jobs"]); $output['client'] = explode(",", $row["client"]); $output['subs'] = explode(",", $row["subs"]); $output['eleman'] = $row["eleman"]; $output['description'] = $row["description"]; $output['startingtime'] = $row["startingtime"]; $status['status'] = $row["status"]; } echo json_encode($output); } Jquery $(document).on('click', '.edits', function(){ var id = $(this).attr("id"); var action = 'fetch_single'; $('#myModal').modal({backdrop: 'static'}) $('#myModal').modal('show'); $.ajax({ url:"[login to view URL]", method:"POST", data:{id:id, action:action}, dataType:'json', success:function(data) { $('#hidden_id').val(id); $('#jobs').val([login to view URL]).trigger("change"); $('#client').val([login to view URL]).trigger("change"); $('#subs').val([login to view URL]).trigger("change"); $('#eleman').val([login to view URL]).trigger("change"); $('#description').val([login to view URL]); $('#startingtime').val([login to view URL]); $('#status').text([login to view URL]); $('#action').val("edit"); $('.modal-title').text("Edit Order"); $('#insert').val("Update"); } }); });
Projektazonosító: 33165940

A projektről

15 ajánlat
Távolról teljesíthető projekt
Aktiválva: 2 évvel ezelőtt

Szeretne pénzt keresni?

A Freelancer oldalán történő árajánlatadás előnyei

Határozzon meg költségvetést és időkeretet
Kapja meg fizetését a munkáért
Vázolja ajánlatát
Ingyen regisztrálhat és adhat árajánlatot munkákra
Neki odaítélve:
Felhasználó avatár
Hi, I have already developed select2 functionality in previous project, also it will give suggestions once you add a character. I will make your code work too. I will make all three works Ping me back so we can discuss it further and start asap. Regards, Nabeel Abid
$20 USD 1 napon belül
5,0 (107 értékelés)
6,4
6,4
15 szabadúszó adott átlagosan $24 USD összegű árajánlatot erre a munkára
Felhasználó avatár
i am ready to start now to fix the double Dropdown Select2 Have read your description of project very carefully.
$30 USD 1 napon belül
5,0 (109 értékelés)
6,3
6,3
Felhasználó avatár
Hello, I can help you fixing the multiple dropdown selection issue in select2 input in your website. Please share logins and URL and I will start RIGHT AWAY. Regards, Pooja
$50 USD 1 napon belül
5,0 (203 értékelés)
6,4
6,4
Felhasználó avatár
Hi, If you are looking an expert & independent Web developer to work on multiple dropdown select2 , I am here to assist you. This is very easy job for me.I am available to start immediately. Let's discuss more over chat. Thank you, Farhad
$20 USD 1 napon belül
4,9 (36 értékelés)
4,6
4,6
Felhasználó avatár
Hi there, I can modify your PHP and jquery to fetch selected value from multiple select2 dropdown. I'm ready to start right now and will complete this quickly. Let's discuss details in chat. Thank you Best Regards, Bayu
$30 USD 2 napon belül
5,0 (21 értékelés)
4,8
4,8
Felhasználó avatár
Hi SIr, I can fetch Multiple Dropdown Select2 values in a Modal.. I can start now I have seen your job requirements and I am sure that I can do your task efficiently in less timeline as I am an expert PHP developer Thank, Hasnain
$20 USD 1 napon belül
5,0 (20 értékelés)
4,0
4,0
Felhasználó avatár
I can fix it for you ASAP. I am a full-stack developer with over 10 years experience. I specialize in - CORE PHP, CodeIgniter, JQUERY, AJAX, MYSQL,HTML, CSS and bootstrap. - Firebase, MySQL, Oracle PL/SQL MongoDB, PostgreSQL - APIs devlopment I have worked on projects including DROPBOX, FLICKR, JISTI-MEET, DARAJA, PAYPAL,LINKEDIN, MIKROTIK, UBIQUITY, SLACK and ZOOM APIs.
$30 USD 1 napon belül
5,0 (30 értékelés)
4,1
4,1
Felhasználó avatár
Hi!, I’ve carefully checked your requirements and really interested in this Multiple Dropdown Select2 I went through your project description. I am a Professional Web Developer and have done many complicated projects and can complete your project within days. I will be very delighted to assist you and give my all to this work and charge you less. For further details, you may contact me privately. Thank you. For more information about me, please refer to my portfolios. I’m ready to discuss your project and start immediately. Looking forward to hearing you back and discussing all details.. Thanks
$11 USD 3 napon belül
5,0 (9 értékelés)
3,6
3,6
Felhasználó avatár
Hello Sir! I have read your project description. From the initial understanding, I am confident I can deliver you the work you need. Can we discuss the remaining requirements in detail over the chat? and what is your deadline for that task?
$30 USD 1 napon belül
5,0 (4 értékelés)
2,9
2,9
Felhasználó avatár
Hello there, I saw your description very carefully. The main skills you mentioned are proper to me. As a senior full stack developer, I have 5+ years rich experience. I can work as any time zone if you need. I can start right now to do your task. Let's discuss via chat. Thanks!
$20 USD 1 napon belül
5,0 (6 értékelés)
2,6
2,6
Felhasználó avatár
I am a very positive person and strongly motivated professional, with over 7 years of experience in web programming. I have proven ability to work well in a team as well as a full-stack developer role. Experience in meeting challenging targets with short deadlines in a dynamic work environment. I want to know platform what you expect. After joining, let's discuss details. I am a full stack developer for 11 years. And also expertise at React, Blockchain, Angular, Vue, ... I will build your project successful. Thanks.
$20 USD 7 napon belül
5,0 (6 értékelés)
2,5
2,5
Felhasználó avatár
Responsive Website Designing/DevelopmentMultiple Dropdown Select2 Hi, i need to fetch Multiple Dropdown Select2 values in a Modal foe Edit so-far i can get the first option it has to be same like below Model My php if($_POST["action"] == 'fetch_single') { $query = "SELECT * FROM siparisler WHERE id='" This is Sairus Khalil from DW Solution online. I'm certified in web designing and development by freelancer.com. You can also check the certificate in my profile. • DW Solution Online is providing Responsive Website designing & Development Services We have been designing and developing websites for different industries since 2015, we have very experienced project managers, team leads, web/graphic designers and programmers. We have worked on almost all commonly used programming languages, frameworks, open source, databases, difference API integration, payment integration, SMS integration, CRM customization etc. Due to our vast experience working for different industries and business domains, our team now take any new challenges and deliver the project according to client's requirements. All you need is to explain your idea to us, send us written requirements or share your requirements. Some of the programming languages are mentioned below: Skills: ASP.NET/MSSQL, C#, VB.NET, PHP/MySQL, WordPress, Joomla, OsCommerce, OpenCart, CS-Cart, WooCommerce, Drupal, Magento, CodeIgniter, Yii, Zend etc. Node.JS, React JS, Angular JS, iPhone & Android App development, WebServices/Back-end development. Our team is very skilled in the following; - Custom Website Development - Open Source Development & customization - E-Commerce Solution - Content Management (CMS) - Website Re-Designing - IT Consulting - Website Maintenance & Support. • Feel Free to contact.
$25 USD 17 napon belül
5,0 (3 értékelés)
0,9
0,9
Felhasználó avatár
helllo i am experience web developer i read your requirment and i am super confident i can deliver your project on time
$10 USD 2 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
Dear Client Just React your posting, SOunds like you need PHP, ajax expert for your multi download project. WIth your code: while selecting multi data and you should keep it in some temp array and send request it at once. I have rich experience with it and for more details, contact me. Regards
$20 USD 7 napon belül
5,0 (2 értékelés)
0,1
0,1

Az ügyfélről

TURKEY zászlója
Istanbul, Turkey
5,0
6
Fizetési mód hitelesítve
Tagság kezdete: febr. 19, 2020

Ügyfél-hitelesítés

Köszönjük! E-mailben elküldtük a linket, melyen átveheti ajándék egyenlegét.
E-mailje elküldése során valami hiba történt. Kérjük, próbálja újra.
Regisztrált Felhasználók Összes Közzétett Munka
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Előnézet betöltése
Hozzáférést adott a helymeghatározáshoz.
Belépési munkamenete lejárt, és kijelentkeztettük. Kérjük, lépjen be újra.