PluribusDigital / dex

http://stsilabs.github.io/dex/index.html
0 stars 0 forks source link

Get USWDS js working #6

Open bengm opened 8 years ago

bengm commented 8 years ago

For some reason jquery isn't taking, and things like the accordion, side menu don't work. Jquery is supposed to be bundled w/ uswds.js, yet getting: (index):128 Uncaught ReferenceError: $ is not defined in console

mandy6720 commented 8 years ago

Ben - This might be due to a namespace conflict with angular (they both use the $). Probably the best way to get stuff like the accordian to work is by using AngularUI Bootstrap (https://angular-ui.github.io/bootstrap/)

bengm commented 8 years ago

Yeah, I'm not sure where the conflict is or why - the literature says they play together, and I know we've used them together.

I'm ok with using ui-bootstrap for some interactivity, so long as we don't use all of bootstrap (the RFP mentions the 18f style). I'd rather just use the uswds library if it works to have the same sort of menu behavior, etc.