[Pro] JQuery in Freeway

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” ?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes, I use it frequently. I use it on both my store site as well as my company site.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

could you post the URL? i’m trying to create simple slideUp functions and it doenst seem to be working.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

home

Hello this is my Div that I hope wil slde up.

$("#box").click(function() { $(this).slideUp; });

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

sorry about that latest one… it didn’t display like i wanted it to.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Could you post a link to your website? please. =D and ok. I’ll try that. Thank You


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi CodeFreak,
I’m no expert on jQuery but slideUp is a function and should be
followed by parenthesis - slideUp().
Here’s a working version of your page;
http://www.freewayactions.com/code/?f=jquery-slide.html

Regards,
Tim.

On 7 Aug 2010, at 19:37, CodeFreak wrote:

sorry about that latest one… it didn’t display like i wanted it to.

FreewayActions.com - Freeware and commercial actions for Freeway
Express & Pro.

Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options