[jQuery] Use of getBoxObjectFor() is deprecated. Try to use element.getBoundingClientRect() if possible.

2008-11-27 Thread edzah
Searched around and found a old post here but there was no answer. Any idea what this is about and how I can squash it? Ed

[jQuery] getBoxObjectFor() is deprecated

2008-11-26 Thread edzah
Well I am getting the same error and I'm not using the flash plugin. Anyone else get this? Ed **Since I can't reopen this old topic** Pete wrote: > I keep seeing this error message from time to time on a site that I'm > working on. > *Use of getBoxObjectFor() is deprecated. Try to use > element

[jQuery] Re: edit an onclick attribute to create a php query string

2008-11-20 Thread edzah
a new tab and focuses on that. My tag: upload I would still be interested in any comments regarding this method of uploading to a mysql dbase... thanks On Nov 20, 2:16 pm, edzah <[EMAIL PROTECTED]> wrote: > Should really do more reading but at the moment I haven't got the time >

[jQuery] Re: edit an onclick attribute to create a php query string

2008-11-20 Thread edzah
a new tab and focuses on that. My tag: upload I would still be interested in any comments regarding this method of uploading to a mysql dbase... thanks On Nov 20, 2:16 pm, edzah <[EMAIL PROTECTED]> wrote: > Should really do more reading but at the moment I haven't got the time >

[jQuery] edit an onclick attribute to create a php query string

2008-11-20 Thread edzah
Should really do more reading but at the moment I haven't got the time so I would appreciate any help I can get. Overview: I have a form (with the default submit turned off) that takes user input and adds each form entry into a table below the form. The user will then review the list of entries

[jQuery] Re: text after a radio button

2008-10-29 Thread edzah
I had the same problem just now. Try this: 1 2 ... Then when you want to hide/show both the radio button and the text: $('#val1').show(); $("#val1txt").show(); $('#val2').hide(); $("#val2txt").hide(); Ed On Oct 28, 9:01 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Working with  Lot

[jQuery] JQuery SEO Question

2008-10-23 Thread edzah
Hi I am creating a product page that has a jquery script that hides/ unhides divs to show the currently select product. I've just realised that we have too many products to load them all on the same page. Instead I want to load the content of each div in when they are selected. That means that th

[jQuery] JQuery SEO Question

2008-10-23 Thread edzah
Hi I am creating a product page that has a jquery script that hides/ unhides divs to show the currently select product. I've just realised that we have too many products to load them all on the same page. Instead I want to load the content of each div in when they are selected. That means that th