Write Your Title
I have an issue with my laravel application. Class 'Doctrine\DBAL\Driver\AbstractMySQLDriver' not found, How can I fixed it?
I have an issue getting data from select data attributes using jQuery. How can I get data from the data attribute?
<select>
<option>select</option>
<option data-unit="kg">1</option>
<option data-unit="pc">2</option>
<option data-unit="kg">3</option>
<option data-unit="pc">4</option>
</select>