CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:36:14 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=2e58254839c062fc29a191c405988aa8da3c7c29c55bd4e255becd8f4742da5fa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22ylDXl9oOtPfp1bd_yxEovqqAd_HyAo-x%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d43d06696de084-BLR
Minify Code For jQuery to HTML - Pastebin.com
SHARE
TWEET

Minify Code For jQuery to HTML
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var internal_supplier_list = @json($internal_supplier_list); // JSON Encode Data Laravel
- // Internal Supplier List :: BEGIN
- var $select_internal_supplier = $(`<select class="form-control form-control-sm aiz-selectpicker" data-id="${uniqueId}" name="orders[${uniqueId}][internal_supplier_id]"></select>`);
- var $defaultOption = $('<option></option>').attr('value', '').text('-- Select --');
- $select_internal_supplier.append($defaultOption);
- $.each(internal_supplier_list, function(index, item) {
- var $option = $(`<option></option>`).attr('value', item.user_id).text(item.name);
- $select_internal_supplier.append($option);
- });
- // Internal Supplier List :: END
- var orderRowHTML = `
- <tr>
- <input type="hidden" data-id="${uniqueId}" name="orders[${uniqueId}][product_id]" value="0">
- <td>${$select_internal_supplier.prop('outerHTML')}</td>
- </tr>
- `;
- $('#product_table tbody').append(orderRowHTML);
Tags:
JavaScript jQuery
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)ββ O
JavaScript | 4 sec ago | 0.25 KB
-
π Exchange profit method
JavaScript | 9 sec ago | 0.24 KB
-
ββ
Swapzone Glitch β
Working ββ 9
JavaScript | 12 sec ago | 0.25 KB
-
π Swapzone +37% glitch
JavaScript | 20 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβββ D
JavaScript | 21 sec ago | 0.25 KB
-
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 30 sec ago | 0.24 KB
-
π Swapzone +37% glitch β 2
JavaScript | 30 sec ago | 0.25 KB
-
β
β Make huge profits on trading ββ 9
JavaScript | 39 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand