Posts by Emanuel • 51 points
2 posts
-
1
votes1
answer101
viewsQ: Change attribute in Jquery
I was wondering if you could modify the attributes of a charts Google with a Jquery. Example: google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart);…
-
4
votes1
answer196
viewsQ: selectOneMenu Does not list correctly
I am trying to put selectOneMenu in my code and I am in trouble. I want to list the months of the year, by clicking to select, it lists the names side by side and not one below the other as it…