Hey! I\'m teaching myself Ruby, and have been stuck on this for a couple days: I\'m currently using MooTools-1.3-compat and Rails 3.
Is there a Mootools way to detect iPhone/Android/others ? I have this Vanilla JS script : if ( navigator.userAgent.match(/Android/i) || navigator.userAgent.开发者_开发问答match(/BlackBerry/i) ||
I have predefine MooTo开发者_StackOverflow社区ols.js and some another javascript called moomenu for dropdown...
I\'m currently using this code (along with Mootools) to build an array of all anchors in the #subnav div that contain a specific url string:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am using an image slideshow with thumbnails that I found online at the below website.Does anyone know how I would change this slideshow so that the thumbnails are listed to the right hand side of th
i have the following HTML code开发者_JAVA技巧 <div id=\"myDiv\"> <p>content</p> </div>
I\'d like to create something similar to the shirt-designer feature found on this site: http://www.tailorstore.au.com/tailor-made-shirts
I would like to know proper code to add another condition to the while loop code below. Specifically where .id !=\'k2-label\' I would like .id (!= \'k2-label\' && !=some-label) (this is the PH
I am trying to overlay a grid on top of an image and then be able to have the user click on the grid and get the grid coordinate from the box that the user clicked.I have been working with the code fr