Sukanta Paul
Sukanta Paul
I needed to align the dropdown menu to the right, by default it is on the left. As with bootstrap, we use `.dropdown-menu-right` class along with `.dropdown-menu` to align dropdown...
I found that I can create a matrix using "mat" and by using "," (comma) I can separate the elements of the matrix, but all are getting in a single...
Due to the breaking change the regular expressions don't work anymore. Also, since PHP 7.1 it is possible to interpret negative offset. Check: https://stackoverflow.com/questions/24764212/preg-match-compilation-failed-invalid-range-in-character-class-at-offset https://stackoverflow.com/questions/47214416/dont-parse-simple-html-dom-on-php-7-1 https://sourceforge.net/p/simplehtmldom/bugs/161/ This commit fixes those...