flyfly17 / NCFL_Timer_App

code for Erin's NCFL Timer App
GNU Lesser General Public License v3.0
0 stars 0 forks source link

timer.js #6

Closed mcuringa closed 10 years ago

mcuringa commented 10 years ago

create this javascript file, this will hold your custom JS for the project...

include js files in this order:

  1. jquery
  2. jquery-mobile
  3. timer
flyfly17 commented 10 years ago

I made Timer.js and I have it in the js folder we created - do I have to make two additional files for jquery and jquery-mobile?

mcuringa commented 10 years ago

Hi FlyFly,

When you look at the jquery sites it will show you how to include there code into your project. There are 2 ways:

  1. Download jquery and jquery-mobile into your js folder, or
  2. Call them directly from the project sites

Either way, you need to link them onto your page in index.html

Hope this helps.

Matt

On 10/04/2014 02:24 PM, flyfly17 wrote:

I made Timer.js and I have it in the js folder we created - do I have to make two additional files for jquery and jquery-mobile?

— Reply to this email directly or view it on GitHub https://github.com/flyfly17/NCFL_Timer_App/issues/6#issuecomment-57914109.

flyfly17 commented 10 years ago

Like this?

http://pastebin.com/ch5uwDtW

flyfly17 commented 10 years ago

When I run it an look at the console of Google Chrome the only error is with jquery mobile everything else is running fine

mcuringa commented 10 years ago

You need to include both jquery before jquery-mobile:

On Oct 4, 2014, at 6:22 PM, flyfly17 notifications@github.com wrote:

Like this?

http://pastebin.com/ch5uwDtW

— Reply to this email directly or view it on GitHub.