Based on the docs, the method jQuery.fn.v_toggleVolume() should toggle the mute status, but if I use that the console will say that .v_toggleVolume is not a function
So I took a look at the source files and turns out we should use jQuery.fn.v_toggle_volume instead, which in fact works fine.
Hi,
Based on the docs, the method jQuery.fn.v_toggleVolume() should toggle the mute status, but if I use that the console will say that .v_toggleVolume is not a function
So I took a look at the source files and turns out we should use jQuery.fn.v_toggle_volume instead, which in fact works fine.
Not working example (based on the Docs):
Working example (not in the Docs, based on source files inspection):
So long story short, please fix the docs :)
Thanks a lot!