Has anyone had any luck implementing jQuery behavior in their Freeway site, specifically with show/hide animations and such. Has anyone been able to implement jQuery using “Extend” and “HTML Markup” ?
It’s best to create a JS file and place your code in it and then link it to your FW document. That’s what I do. What ‘slide-up’ effect are you trying to implement? URL?
Well, thank you. I often tend to make simple mistakes. Wouldn’t it be cool if there was a really nice Code “Spell Check” that really digs deep in your code to find errors that most debuggers miss. =D thank you! =D
There is. On Safari, turn on the Develop menu in the Preferences, and
you will have an industrial-strength debugger at your beck and call.
In Firefox, install the Firebug extension, and you will have the same.
(Firebug is at least a year, maybe more, older than Safari’s debugger.
I use them both, but I have a lot more experience with Firebug.
Walter
On Aug 7, 2010, at 6:02 PM, CodeFreak wrote:
Well, thank you. I often tend to make simple mistakes. Wouldn’t it
be cool if there was a really nice Code “Spell Check” that really
digs deep in your code to find errors that most debuggers miss. =D
thank you! =D