[jQuery] trying to build function to ajax submit form and ajax load

2008-07-11 Thread Anthony Leboeuf(Worcester Wide Web)
Hi there, I am trying to build a function getcart(); that submits the form when clicked through ajax. The form is sent in GET format to cart.inc.php and turns the GET into SESSIONS and does math. The problem Im having is the variables are never making it to cart.inc.php. I think it has to do

[jQuery] missing ( before formal parameters

2008-03-04 Thread Anthony Leboeuf(Worcester Wide Web)
Hi everyone, I am getting this error when using jquery to try to check the textbox postcode for the zipcode and display the town from the hash. But I get the following error was wondering if someone could help me out missing ( before formal parameters

[jQuery] Re: SuperFish Menu Flash

2007-11-02 Thread Anthony Leboeuf(Worcester Wide Web)
Hi, it works because you used the : param name=WMode value=Transparent wmode=transparent You need this for elements to appear above the flash movie. -Tony gracetec wrote: Hi rolfsf, Thanks for your response. I have re-checked all the code against a working example and the only

[jQuery] [ANNOUNCE] Jquery spot on crysis

2007-10-24 Thread Anthony Leboeuf(Worcester Wide Web)
Hey was just looking at crysisdemo page and saw it used jquery http://crysisdemo.com/ -Tony

[jQuery] How to use the slider i have been supplied with

2007-09-25 Thread Anthony Leboeuf(Worcester Wide Web)
Hello everyone, I am designing the BBB site and they gave me a template which uses the jquery slider. But unfortunatley they didnt tell me how it works lol. Would anyone know how you would use a slider this way to display results according to day? Im assuming theres definatley ajax involved

[jQuery] Re: How to use the slider i have been supplied with

2007-09-25 Thread Anthony Leboeuf(Worcester Wide Web)
: http://docs.jquery.com/UI/Slider http://dev.jquery.com/view/trunk/plugins/ui/demos/ui.slider.html Glen On 9/25/07, *Anthony Leboeuf(Worcester Wide Web)* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello everyone, I am designing the BBB site and they gave me a template which uses

[jQuery] Re: Jquery in the BBB

2007-09-20 Thread Anthony Leboeuf(Worcester Wide Web)
Anthony Leboeuf(Worcester Wide Web) said: I'm doing the back end programming for the new BBB websites launching at the beginning of next month, they are rocking Jquery all the way! They are using interface, roundbox, slider Battle Bots from Bornio? Big Bumble Bees? Beautiful Brown Barns

[jQuery] Jquery in the BBB

2007-09-19 Thread Anthony Leboeuf(Worcester Wide Web)
I'm doing the back end programming for the new BBB websites launching at the beginning of next month, they are rocking Jquery all the way! They are using interface, roundbox, slider

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Anthony Leboeuf(Worcester Wide Web)
Very nice congratz jquery! Tane Piper wrote: Aww, that's just brilliant :) Also: digg.com technorati.com sourceforge.net These are just a few that use jQuery On 9/18/07, Rey Bango [EMAIL PROTECTED] wrote: The next time you hear someone say that jQuery isn't a mature framework, be sure

[jQuery] toggle all

2007-08-17 Thread Anthony Leboeuf(Worcester Wide Web)
Hello, is it possible to toggle all once a new toggle has been made? I have this function function opendiv(div){ var show = div; $(show).slideToggle(slow); } But I want to add something before the $(show).slideToggle(slow); that closes all opened toggles. Is this possible? Thanks -Tony

[jQuery] using load cross site

2007-08-13 Thread Anthony Leboeuf(Worcester Wide Web)
Hello, I am working on a website for the BBB and need to load a document cross site, I am getting a permission denied message when doing so. Is there a way around that? Thanks

[jQuery] Re: using load cross site

2007-08-13 Thread Anthony Leboeuf(Worcester Wide Web)
Thanks man got it Matt Stith wrote: The only way around is to use a server-side script as a proxy, as loading scripts cross-site is a security risk, which is why browsers block that out. On 8/13/07, * Anthony Leboeuf(Worcester Wide Web)* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[jQuery] SITE SUBMISSION: http://www.wcmp.org/

2007-08-09 Thread Anthony Leboeuf(Worcester Wide Web)
Just finished and went live with this site http://www.wcmp.org/ Its a full cemetery of 18,000 dead people brought online, each deceased was given their own special page where loved ones can post comments,photos,videos, socially work on family trees, buy flowers and get them sent to the grave

[jQuery] some elements showing through thickbox

2007-08-08 Thread Anthony Leboeuf(Worcester Wide Web)
Hello everyone, Having a problem with thickbox, if you click send to a friend on the top right of this page http://wcmp.org/ You can see that some elements show through, I tried fixing this with z-index. I believe its because the menu css is set to absolute. Is there any way to fix this?

[jQuery] Re: Blockui problem

2007-07-20 Thread Anthony Leboeuf(Worcester Wide Web)
Can I not use blockui within another function? Anthony Leboeuf(Worcester Wide Web) wrote: Hello everyone, Im having a bit of trouble using blockui. I've added the plugin here http://pioneer.dlg360.com/order/index.php?act=viewProdproductId=2678 http://pioneer.dlg360.com/order/index.php?act

[jQuery] Re: Blockui problem

2007-07-20 Thread Anthony Leboeuf(Worcester Wide Web)
anyone have any idea? im really stumped on this one. hours and still cant figure out the deal in firefox Anthony Leboeuf(Worcester Wide Web) wrote: The error is right, question is not defined. Is there a way to bipass it looking for that variable in firefox? works perfect in IE -Tony

[jQuery] Blockui problem

2007-07-19 Thread Anthony Leboeuf(Worcester Wide Web)
Hello everyone, Im having a bit of trouble using blockui. I've added the plugin here http://pioneer.dlg360.com/order/index.php?act=viewProdproductId=2678 http://pioneer.dlg360.com/order/index.php?act=viewProdproductId=2678 when you click add to basket it should ask you a question(instead it

[jQuery] thickbox onload

2007-07-03 Thread Anthony Leboeuf(Worcester Wide Web)
Hello, Is it possible to make thickbox onload instead of clicking a link? I need to load up a thickbox for login information. Thanks -Tony

[jQuery] Re: Jquery wizard plugin?

2007-06-04 Thread Anthony Leboeuf(Worcester Wide Web)
Made a wizard, not really a plugin but more of a hack if anyone wants it feel free to take the code. Step css and graphics thanks to Cody Lindley http://codylindley.com/CSS/325/css-step-menu If you want the code you can get it here http://worcesterwideweb.com/jquery/wizard/ -Tony

[jQuery] Re: Jtip problem

2007-06-02 Thread Anthony Leboeuf(Worcester Wide Web)
What a great plugin, I managed to get it working painlessly. Thanks man -Tony Karl Swedberg wrote: Hi there, I don't know offhand what the issue is, though it probably has to do with how the element is positioned, because of the way the code crawls up the DOM tree to gets its x and y

[jQuery] Re: Like Google Calendar

2007-05-23 Thread Anthony Leboeuf(Worcester Wide Web)
Hi Chris you can take my code if your looking for static calendar http://bostonbilliardclubs.com/calendar.php?time=1182571200 The one I have is dynamic and is built with php in tables, you can get the css from here http://bostonbilliardclubs.com/templates/bb/modules.css I kinda mimicked the

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread Anthony Leboeuf(Worcester Wide Web)
Oh ok i got it, thanks for the help. sublimenal wrote: Yep just tried that, now i get the error: script id=__ie_init src=//:/script On May 11, 8:28 am, Mike Alsup [EMAIL PROTECTED] wrote: Have you tried removing defer from the jQuery script element? script defer type=text/javascript