Posts by Yuri Fernandes • 33 points
4 posts
-
0
votes0
answers263
viewsQ: How to change the preview location of Bootstrap File Input?
I need to change the location where the preview of the images appears, put it inside another div because it is being automatically placed above the input file. So far I haven’t found anything in the…
-
0
votes1
answer23
viewsQ: Selection css in tables
I’m trying to apply the css property of Selection to a css table, but it’s not working. I would have been able to do it otherwise. Follow the code below. <style> .hora::selection{…
-
0
votes1
answer639
viewsQ: Disable dates with event (fullcalendar)
I have the following code using the "fullcalendar" plugin and I would need to disable dates that have registered event. I registered with the plugin dayClick and then listed the entries with ajax.…
-
0
votes1
answer195
viewsQ: Dynamic calculation
I have 6 inputs and when I type a percentage value I need to recalculate the value of the following ones, but if I change some value from another field it needs to recalculate the remaining ones so…