Create A Forum - Support Forums

Support => Create a Forum Codes and Support => Topic started by: CyanProductions on November 10, 2014, 07:23:56 pm

Title: Can somebody fix this code?
Post by: CyanProductions on November 10, 2014, 07:23:56 pm
Code: [Select]
if  (("input[text='customfield[cust_money]']").val() > localStorage.getItem("price")) {


}


I've made a custom field called money and I set an localStorage Item as price. How do I get it to work in an if statement
btw, it uses JQuery.