Search
Search Code
php strip non numbers from string - remove all non-numeric characters from a string
this will remove all non alpha numeric numbers from a string. in this example it returns: 123456 from $1234.56x
calculate a percentage (dec) difference based on two numbers
I wrote this function a while ago, but im not actually sure what its suppost to do, so ill test it here and see what it returns. I think after running this function it returns the differents in perce..
style page numbers [fixed]
need to style the page numbers. https://kruxor.com/list-table/search_links/ Before: After: Dark Mode Light Mode
bold the numbers in a ol li list
sounds like an easy thing to do, but maybe not so simple. you can do this using the counter css element. code below:
js using recursion to create a range of numbers
in this we will create a function that calls its self to add to an array a range of numbers
Generate Random Whole Numbers within a Range
My testing for generating a random whole number within a range... 🤞 While the solution here works, it just loops until it gets a random number that is lower than the max, so not sure if this is th..
Generate Random Whole Numbers with JavaScript Function
generate a random whole number function with test buttons
basic for loop odd numbers
a basic for loop with odd numbers adding to an array
calculate a percentage (dec) difference based on two numbers
this function will show you the percentage difference between two numbers