[jQuery] treeview - prevent expand/collapse on node click

2010-03-02 Thread Andreas
Hi, I want to prevent expand/collapse behavior when clicking on a node (folder) in the tree. I only want to expand/collapse when clicking on the plus/minus sign (+/-). I have tried to use stopPropagation on the click event but I don't get it to work. Any sugestions? Thanks Andreas

RE: [jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Andreas Möller
I believe you should go for JQuery UI . . . ! Check it out at [x] www.jqueryui.com Best regards, Andreas

Re: [jQuery] Rapid migration from ExtJS to jQuery

2010-02-05 Thread Andreas Möller
I have a application developed in ExtJS but my boss need all this migrate ASAP to jQuery, anybody here knows how? Loads of coffee, cigarettes and code will help. Best regards, Andreas

Re: [jQuery] Open/Play Server side files

2010-02-04 Thread Andreas Möller
corresponding mime-type - everything else will be handled by your browser's mapping of mime types to default actions. Best regards, Andreas

RE: [jQuery] Replacing a portion of an href value

2010-02-01 Thread Andreas Möller
= 'com/images/s/' . $match[1] . '.png'; - only in Javascript. Best regards, Andreas

Re: [jQuery] Round corners for IE

2010-02-01 Thread Andreas Möller
rites. 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 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

RE: [jQuery] Tabs not working... NEED HELP!!!

2010-01-29 Thread Andreas Möller
ed to select one. Best regards, Andreas

Re: [jQuery] Re: Foreign charachters in .post()

2010-01-12 Thread Andreas Möller

RE: [jQuery] Effects/show callback in Internet Explorer

2010-01-11 Thread Andreas Möller
{} or .bio2 {} and $("#bio2") or $(".bio2") . Then: remove inline CSS (no good), inline JS (btw, when you're using JQuery, you should let JQuery do the job, so replace X with something that works. Hey, you've already got it in your code, but darn, you've got the HTML and your CSS selectors wrong. Best regards, Andreas

Re: [jQuery] Can I use "$(document).ready(function(){ " in the same page more than a once time in the same page

2009-12-04 Thread Andreas Möller
Hello i'm new here, Is it posible? Yes, it is. Best regards, Andreas

[jQuery] events, this.options and empty()

2009-12-03 Thread andreas
I have a small problem with event-functions not seeing the "this.options"-variable. Small example: http://event.pastebin.com/m249d7f9d I tried to work around it by supplying "this" in the "data"-parameter for every .bind(), but it is an ugly solution I think. Also, is it bad to just call .emp

RE: [jQuery] Re: Debuging AJAX

2009-11-26 Thread Andreas Möller
I'm not sure whether this would be an issue with jQuery, but I'm sure you agree that setting the ID attribute of a DOM element to a value that starts with a digit is not correct, at least it does not produce valid XHTML. Best regards, Andreas

[jQuery] how to change colours?

2009-06-01 Thread Andreas
sorry for my ignorance. I don't mind about fancy stuff with the Superfishmenu. I just want to be able to change the colour of the text and the background. The default is light cyan and blue. How can I do this? Many thanks! Andreas.

[jQuery] "desktop style" apps with jquery

2008-12-17 Thread Andreas
This topic seems to be hot, with at least two posts about it on the group frontpage: http://groups.google.se/group/jquery-en/t/6ed2cd3c890b99c8 Creating an OS Web Interface in jQuery (Part I) http://groups.google.se/group/jquery-en/t/d7623b55dfb8270 Client side web application with jQuery And w

[jQuery] Re: jquery / thickbox weirdness with apache logs(!)

2008-05-13 Thread Andreas Niwek
Hi, it is the AVG Toolbar. See: http://www.webmasterworld.com/search_engine_spiders/3615360.htm Best Regards On 29 Apr., 05:53, chrisb <[EMAIL PROTECTED]> wrote: > Hello everyone. > > I'm using jquery 1.2.3 along with some plugins, and i've never had any > problems or errors with any browse

[jQuery] Syntax Error

2008-03-28 Thread Andreas de Reggi
Hy! This is the code: $("a.fdisplay").mousemove(function(e) { var cssObj = { left: e.pageX, top: e.pageY-190, } $("div.fbaloon").css(cssObj); }); Opera gives me a syntax error: $("div.fbaloon").css(cssObj); ^ I'm trying to make a div folow my pointer on moving

[jQuery] jquery interface elements : drag starts with delay on IE

2007-09-10 Thread andreas
Hello, I am using Jquery + the interface elements for JQ (http:// interface.eyecon.ro/demos) in order to implement a sortable list. The 'start drag' event seems to be triggered with significant delay on IE. On firefox there is no delay that can be described as 'sluggish' but in IE the delay is r

[jQuery] Ajax: (Didn't have time to go over posted messages)

2007-07-25 Thread andreas
Are custom headers (x-*) supported in the current version of Jquery ? If not any quick workarounds ? Didn't have time to go over the posts in the group and i would appreciate answers/tips cause i need to deploy an app. based heavily on async calls and custom headers will be required in many occa

[jQuery] Re: How to disable (or properly remove) meta refresh?

2007-06-17 Thread Michael Andreas
stars > > > > > $(function(){ > alert > ($("[EMAIL PROTECTED]").attr('content')) > }); > >

[jQuery] How to disable (or properly remove) meta refresh?

2007-06-17 Thread Michael Andreas
Hi group, just a quick question here. Does anyone know how can I disable the refresh effect of the following meta element: ? I've tried $("[EMAIL PROTECTED]").remove(); but it didn't work. I'm so hopeful of a solution. Thank you. -Michael-

[jQuery] Re: Problem accessing jQuery Documentation website

2007-06-12 Thread Michael Andreas
Ahh, yes it's working normally now. Cheers. -Michael- On Jun 12, 6:02 pm, "Rob Desbois" <[EMAIL PROTECTED]> wrote: > I saw it too, although problem vanished after 5 minutes ish. >

[jQuery] Problem accessing jQuery Documentation website

2007-06-12 Thread Michael Andreas
Oh my.. http://groups.google.com/group/jquery-en/browse_thread/thread/2fb8eb9152b705ef It's happening again today (2007-06-12 09:45Z). I got the message "jQuery JavaScript Library has a problem" over at Documentation (http://docs.jquery.com/). The main site (http://jquery.com/) isn't affected cu