Category Archives: javascript
How to add options to the drop down using javascript
How to insert unique values in an array in Javascript
Transaction type internal ids to use in the Suite script search filters
Type internal id Assembly Build Build Assembly Unbuild Unbuild Bill VendBill Bill CCard VendCard Bill Credit VendCred Bin Putaway Worksheet BinWksht Bin Transfer BinTrnfr Bill Payment VendPymt Cash Refund CashRfnd Cash Sale CashSale Check Check Commission Commissn Credit Card CardChrg Credit Memo CustCred Currency Revaluation FxReval Customer Deposit CustDep Customer Refund CustRfnd Deposit Deposit Deposit …
Continue reading “Transaction type internal ids to use in the Suite script search filters”
How to subtract days from Date in Javascript
How to pass information between HTML and PHP pages using jQuery AJAX
HTML page content PHP Page
Difference between Javascript and jQuery Selectors
Finding HTML elements using ID, Classname, Tag, CSS Selectors Javascript jQuery
How to find the length of an associative array in javascript
Associative array is an array with named indexes. In Javascript, there is no concept called associative arrays. In javascript we call them as objects. Below is an example to find the length of the object.