Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
WooCommerce - Change QTY based on no. of uploads
CodeDropz
Oct 10th, 2022
(
edited
)
1,287
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
document.
addEventListener
(
'dndmfu_on_success'
,
function
(
event
)
{
var
totalFile
=
event.
detail
.
total
;
if
(
totalFile
>
0
)
{
$
(
'input[name="quantity"]'
)
.
val
(
totalFile
)
;
}
}
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ 💎 Exchange profit method 🚨 🔥
JavaScript | 5 min ago | 0.20 KB
Untitled
C# | 6 min ago | 0.59 KB
Untitled
C# | 8 min ago | 2.84 KB
Untitled
C# | 10 min ago | 13.56 KB
✅ 💡 ChangeNOW Profit Exploit 💎 💵
JavaScript | 25 min ago | 0.20 KB
PlayerControl.cs
C# | 44 min ago | 1.32 KB
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 45 min ago | 0.20 KB
📌 Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.20 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
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!