Skip to content

Regex Extraction – Mixed Decimal seperator

I am currently trying to write a regex in js that would extract the decimal numbers from a mixed string. Example strings are following My desired output is following If I run the following regex it doesnot return any match when the decimal point is followed by a single digit.Eg. following cases I am not sure …

Multiplying inputs with dynamic add

I have 3 fields with inputs: Multiply rate_basic by qty_basic with js: It works fine, but I have a button that add a row with the same inputs and the same id, but the calculation only works with the first row. How to make it work with all inputs? thanks Add function to row: Answer You should add dynamic id

How to include mburger.js in mmenu

I try to include an animated hamburger in my mmenu. Documentation here: https://mmenujs.com/mburger/ I downloaded all the Files from gitHub, but I can not find where to include the mburger.js file. Can somebody help me? Thank you Answer I found it in the documentation: for css in “Tutorial CSS” fo…