[jQuery] Re: Superfish Dropdown BG Problem

2009-02-01 Thread Mickster
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 levine@gmail.com wrote: Thanks for the heads up

[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 of objects

[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

[jQuery] Re: SFBrowser updated to 2.5.1

2008-11-21 Thread Mickster
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! I've downloaded it but I can't get it to work - for some reason the define constants doesn't work

[jQuery] Re: SFBrowser updated to 2.5.1

2008-11-21 Thread Mickster
job! On Nov 21, 5:17 pm, Mickster [EMAIL PROTECTED] wrote: Using Firefox 3, PHP 5.2.2. Firefox is quiet, says nothing. But don't worry about it - there's obviously something wrong on my side when not even the constants work - your code is good! I'll look into it again later! Leave

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

2008-10-13 Thread Mickster
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 difference in this case

[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 On Sep

[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 should check if magic quotes

[jQuery] Properties escaped when sending JSON to PHP?

2008-08-30 Thread Mickster
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, andrea varnier

[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, spicyj [EMAIL PROTECTED] wrote

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Mickster
    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 for mce?     2008/6/27 Mickster [EMAIL PROTECTED]:       Hi Salvatore,       I'm afraid I don't have a solution for you, but I just wanted

[jQuery] Re: jquery + tinymce

2008-06-27 Thread Mickster
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 taht acts as an html editor, so i used the tiny mce

[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, I have to open