简体   繁体   English

适用于iPhone应用程序的jquery中的滑块导航菜单

[英]Slider navigation menu in jquery for iPhone app

http://media02.hongkiat.com/mobile-navi-with-jquery/demo/index.html http://media02.hongkiat.com/mobile-navi-with-jquery/demo/index.html

http://indiqo.eu/demos/hotcake/ http://indiqo.eu/demos/hotcake/

The two samples as above of menu slider navigation menu in jquery for mobile as web app but neither works as iPhone app (phonegap / xcode). 上面两个示例,分别是jquery中的菜单滑块导航菜单和移动应用程序,它们既可以作为Web应用程序使用,也不能作为iPhone应用程序使用(phonegap / xcode)。 It works brilliant for web app but sadly not on iphone app. 它适用于Web应用程序,但在iPhone应用程序上却无法使用。

Does slider navigation menu in jquery for iPhone app? iPhone应用程序jquery中的滑块导航菜单吗? exist or is there working examples that I can source or buy the code? 是否存在,或者是否存在可以获取或购买代码的有效示例?

Or can anyone make it work the slider navigation menu in iPhone app? 还是有人可以使其在iPhone应用程序中的滑块导航菜单中起作用? Please. 请。

jQuery will not work in native iOS apps. jQuery在本机iOS应用程序中不起作用。

You can try to use ZUUIRevealController for this. 您可以尝试为此使用ZUUIRevealController

It is solved. 解决了。

The solution: 解决方案:

enter code here`<script src="js/1.7_jquery.min.js"></script>

instead of 代替

<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM