Wednesday, February 7, 2018

Bootstrap File Style Change

This Site explained very well.

  http://markusslima.github.io/bootstrap-filestyle/

// Include
<script type="text/javascript" src="js/bootstrap-filestyle.min.js"> </script>

// Via JavaScript
$(":file").filestyle();

// Via data attributes
<input type="file" class="filestyle">

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...