This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).on("click", "#discountPopupButton" , function(e) { | |
e.preventDefault(); | |
alert("hello world"); | |
jQuery('#testMessage' ).text('test');//elementor-heading-title | |
jQuery('.elementor-heading-title' ).text('testing'); | |
jQuery( '.elementor-price-table__integer-part' ).text("nother test"); | |
}) | |
/* | |
$(document).on("click", "#discountPopupButton" , function() { | |
//jQuery( '#testButton' ).click(function() { // Binds this function to run when HTML element with id=discount is clicked |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "" | |
echo "==== NVENC Session Limit Removal ====" | |
echo "" | |
if [ -f "/patch.sh" ]; then | |
echo "Patch Already found." | |
else | |
echo "Patch does not exist -- Downloading" | |
wget https://raw.githubusercontent.com/keylase/nvidia-patch/master/patch.sh | |
chmod +x patch.sh |
This file has been truncated, but you can view the full file.
OlderNewer