[jQuery] Re: Superfish Dropdown BG Problem

2009-02-01 Thread Mickster
that line with the id of your element (#pillmenu) and it should look something like this: #pillmenu .sf-menu li { background: #BDD2FF url('../images/ normal_bg.png') repeat-x 0 0; } I think =) Regards, Mickster On Feb 1, 4:59 pm, "levine@gmail.com" wrote: > Thanks fo

[jQuery] Re: SFBrowser updated to 2.5.1

2008-11-21 Thread Mickster
Found it. The config.php wasn't included but I didn't get any error message from my php... So in index.php, I changed line 10 to include the config.php before the init.php: Works and looks really good! Keep up the good job! On Nov 21, 5:17 pm, Mickster <[EMAIL PROTECTED]>

[jQuery] Re: SFBrowser updated to 2.5.1

2008-11-21 Thread Mickster
e last version ran just fine in IE so I didn't bother to check > (Firefox and Chrome were working so I presumed...) > oh well... back to the drawing board :.( > > On Nov 21, 4:37 pm, Mickster <[EMAIL PROTECTED]> wrote: > > > Thanks for your quick answer! > > >

[jQuery] Re: SFBrowser updated to 2.5.1

2008-11-21 Thread Mickster
Thanks for your quick answer! I've downloaded it but I can't get it to work - for some reason the define constants doesn't work (suspect my setup has a bad day :) ). Anyhow, I changed all the constants and got all js-files to load. But when I click the examples, nothing happen - no errors, no not

[jQuery] Re: SFBrowser updated to 2.5.1

2008-11-21 Thread Mickster
Hi, do you have any example page somewhere? Would be nice to see before I download and test... Regards, Mickster On Nov 21, 12:27 pm, Sjeiti <[EMAIL PROTECTED]> wrote: > http://plugins.jquery.com/project/SFBrowser > SFBrowser is a file browsing and upload plugin. Returns a list

[jQuery] Re: help with $.getJSON() ... just cant figure it out

2008-10-13 Thread Mickster
e the response text... Good luck! Mickster On Oct 13, 4:21 pm, Alex Weber <[EMAIL PROTECTED]> wrote: > first off, i dont get the difference between using $.ajax, $.post or > $.get instead since the concept is the same afaik: you send a request > and receive a response.  the only dif

[jQuery] Re: How can I make sure one AJAX call returns before another?

2008-09-22 Thread Mickster
Maybe this is something for you: http://welcome.totheinter.net/2008/09/21/bundled-and-ordered-asynchronous-ajax/ Haven't read it myseld yet, but judging from the subject of the article, it might help you. I found it on the jQuery-tweet here: http://twitter.com/jquery Regards, Mickster O

[jQuery] Re: Properties escaped when sending JSON to PHP?

2008-08-31 Thread Mickster
Hi Tony, Thanks for your answer. Yes, you're right, magic quotes is on - I should have thought about that... Regards, Mickster On Aug 31, 9:55 am, Tony <[EMAIL PROTECTED]> wrote: > Hello, > usually this comes from settings on PHP. > Before get the param from php you s

[jQuery] Properties escaped when sending JSON to PHP?

2008-08-30 Thread Mickster
ll the \'s out of there and now it works. But for all of you patient enough to read this long post, here's my question: Are you really supposed to replace all the \'s on the server side, or is there some option I'm missing in my AJAX-call? contentType? Thanks! Mickster

[jQuery] Re: Understanding JSON

2008-08-20 Thread Mickster
Here's an article about JSON "in both directions" - shows how to send JSON from jQuery to the server and back (and how to handle the server response with jQuery). http://www.prodevtips.com/2008/08/15/jquery-json-with-php-json_encode-and-json_decode/ //Mickster On 20 Aug., 10:31,

[jQuery] Re: Forms: Convert spaces to +'s, and how to GET only certain form elements?

2008-07-20 Thread Mickster
I think you can use .replace(/%20/g, "+") after encodeURIComponent(String) to replace the %20 with a +. Like: var encodedString = encodeURIComponent("dog cat horse whale"); encodedString.replace(/%20/g, "+"); Good Luck! //Mickster On Jul 20, 3:24 am, sp

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Mickster
ry-en@googlegroups.com >     Sent: Friday, June 27, 2008 10:38 PM >     Subject: [jQuery] Re: jquery + tinymce > >     same I load jquery first then mce, from a quick google that error seems > to be caused in ff when using mce on ports other 80 > >     have you tried the plugin

[jQuery] Re: jquery + tinymce

2008-06-27 Thread Mickster
ts? I load jQuery first and TinyMCE at the end... Good luck! Regards, Mickster On Jun 27, 7:24 pm, "Salvatore FUSTO" <[EMAIL PROTECTED]> wrote: > Hi all, > i'm using jquery library in my projects, and it works fine. > in my last app, i've to implement a page

[jQuery] Re: Jquery browse dialog

2008-05-29 Thread Mickster
Hi, maybe you can use swfupload? http://demo.swfupload.org/simpledemo/index.php Hit the browse button and use ctrl/shift to choose multiple files... There are more demos available too... Good luck! Regards, Mickster On May 29, 12:05 am, Fred <[EMAIL PROTECTED]> wrote: > Hi guys,