![]() |
A little jQuery help
I got this jQuery fucntion I want to call like <a href="#" onclick="SomeJqFunc();">click<a>
what can I do to show the jQuery fuction....in the onclick= SomeJqFunc(); Im looking to just show() a Controls container from here myViewport.find('.panorama-control').show(); This did not work.. a href="#" onclick="myViewport.find('.panorama-control').show();">click<a> |
What is 'myViewport'?
|
I got it.... <a href="#" onclick="$('.panorama-control').show();return false;"
|
or you could just assign an id to the href so you dont have to put that onclick in every a href, and let jquery handle it
|
wish i could help you...
|
All times are GMT -7. The time now is 02:58 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc