Is it possible to choose to display an HTML form for rating even when JavaScript is enabled.
I believe it is possible to swap out a loaded .js file, would that be the way to go to get this function or is there another way?
Is it possible to choose to display an HTML form for rating even when JavaScript is enabled.
I believe it is possible to swap out a loaded .js file, would that be the way to go to get this function or is there another way?
Comments
Comment #1
captcha commentedI found that by commenting out the following lines in the jquery.rating.js file, i could get an html form.
Comment #2
quicksketch