Simply IT Solutions Pvt Ltd
Simply IT Solutions Pvt Ltd
This will help you. ``` $(document).ready(function () { $('#Category') .editableSelect({ onSelect: function (element) { $('#Category').attr("name",'Category'); $('#Category').attr("value",element[0].innerHTML); } }) }); ```
> > > Hi, I'm facing the same issue!! can anybody help please. Try my reply it worked for me
If you want to get the extension in PHP than you can use this ``` function get_file_extension($file_name) { return substr(strrchr($file_name,'.'),1); } ```