RE: [jQuery] Browser / AJAX help

2010-02-01 Thread Dave Maharaj :: WidePixels.com
Message- From: Andreas Möller [mailto:localhe...@l8m.de] Sent: February-01-10 8:57 AM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Browser / AJAX help > Yes its there...just a miss on the copy / paste. No errors reported in > FF or IE using firebug / IE developer bar. Like, in the Firebug console? Best regards, Andreas

Re: [jQuery] Browser / AJAX help

2010-02-01 Thread Andreas Möller
Yes its there...just a miss on the copy / paste. No errors reported in FF or IE using firebug / IE developer bar. Like, in the Firebug console? Best regards, Andreas

RE: [jQuery] Browser / AJAX help

2010-01-31 Thread Dave Maharaj :: WidePixels.com
, but wont save one. Dave -Original Message- From: Andreas Möller [mailto:localhe...@l8m.de] Sent: February-01-10 1:39 AM To: jquery-en@googlegroups.com Subject: RE: [jQuery] Browser / AJAX help Have you checked the console to see whether the parameter you pass to your server side

RE: [jQuery] Browser / AJAX help

2010-01-31 Thread Andreas Möller
Have you checked the console to see whether the parameter you pass to your server side script is empty or not? The code you pasted lacks a curly bracket, a closing parenthesis and a semi-colon, but I assume you've got it in your original code, haven't you? Best regards, Andreas

[jQuery] Browser / AJAX help

2010-01-31 Thread Dave Maharaj :: WidePixels.com
I have a "star" click to bookmark type feature. It works in FF, IE but not Opera or Chrome. Filled star = page book marked Empty star = not bookmarked In FF and IE first click changes the star from empty to filled, click filled star turns back to empty (info saved in db successfully). In Ope