[jQuery] problem handling mouseover event

2009-04-13 Thread mcologne
hi, i have several images (more icons) on the page where i want to show a div like a tooltip with more links on mouseover of these images. the class of these images is .but_plus i have a div before body for the tooltip here are more links .but_plus{ position:relative; z-index:5; } #navover{ p

[jQuery] Re: ajax post data json - php receives only post data, no json

2009-04-12 Thread mcologne
e data your script returns will be expected to be > in JSON form. > > On Apr 12, 7:32 am, mcologne wrote: > > > hi... > > > i have a normal email form, where the user can send an email with some > > data... > > > at first i send it with normal post (no dataType

[jQuery] ajax post data json - php receives only post data, no json

2009-04-12 Thread mcologne
hi... i have a normal email form, where the user can send an email with some data... at first i send it with normal post (no dataType in jquery)... but it was difficult to handle the returning messages from php, e.g. validation messages or ok messages... therefor i tried dataType json... like t

[jQuery] Re: jQuery.noConflict() and firefox 2: errors - is this a bug?

2009-03-18 Thread mcologne
Mar 17, 2:37 pm, Eric Garside wrote: > > > Do you have a link to an accessible site? It would help substantially > > in debugging the issue. > > > On Mar 17, 2:50 pm, mcologne wrote: > > > > the path is correct... it works with firefox 3... and: > >

[jQuery] Re: jQuery.noConflict() and firefox 2: errors - is this a bug?

2009-03-17 Thread mcologne
y file) > > Use Firebug's "Net" panel to confirm that it is properly found/loaded > > On Mar 17, 1:05 pm, mcologne wrote: > > > hi, > > > i have problems using jQuery.noConflict() and firefox 2. > > > my firefox version: pc firefox 2.0.0.20 > >

[jQuery] jQuery.noConflict() and firefox 2: errors - is this a bug?

2009-03-17 Thread mcologne
hi, i have problems using jQuery.noConflict() and firefox 2. my firefox version: pc firefox 2.0.0.20 the same with mac firefox 2.0.0.4 i'm using only the first example from http://docs.jquery.com/Using_jQuery_with_Other_Libraries it doesn't work, the following errors occur in firebug: Securit

[jQuery] Re: Jquery UI Dialog - default button (focus on the default button)

2009-03-08 Thread mcologne
http://groups.google.com/group/jquery-ui On 8 Mrz., 14:20, mcologne wrote: > there is an own group for ui:http://groups.google.com/group/jquery-en > > you can change the focus by adding: > > open: function() { >         $(this).parents('.ui-dialog-buttonpa

[jQuery] Re: Jquery UI Dialog - default button (focus on the default button)

2009-03-08 Thread mcologne
there is an own group for ui: http://groups.google.com/group/jquery-en you can change the focus by adding: open: function() { $(this).parents('.ui-dialog-buttonpane button:eq(0)').focus(); }, On 8 Mrz., 13:23, Alexey wrote: > Hello > I am using Jquery plugin Dialog and i can not f

[jQuery] selector ":contains" different behaviour in firefox and msie 7

2009-03-08 Thread mcologne
hi, i have a strange behaviour when parsing the xml below: $.get('/test/Internetschuhe.XML', function(data) { $(data).find('item').each(function() { var $entry = $(this); var $sizenotnull = $entry.find("stock:contains('0')"); alert($sizenotnull.length); in firefox

[jQuery] how to use jquery AND eg a plugin or ui WITH prototype

2009-03-02 Thread mcologne
hi, is there a solution for this case? jQuery.noConflict(); makes an own script work with prototype, but not a plugin or ui... best regards m, cologne

[jQuery] question for traversing xml

2009-03-01 Thread mcologne
hi, i have the xml below... this is a part of items of shoes and i need to select "all size", but not if their stock is 0. i can find the size with 0: var $test = $entry.find("sizes > size > stock:contains('0')"); but i don't know how to find all sizes with not 0. i used .not(), but it didn't w

[jQuery] Re: High Point Village Website

2009-01-30 Thread mcologne
nice work, i like it! without going into details of programming, the site differs from that classic style often seen nowadays on many websites... you know what i mean... buttons, tabs... i like the big graphics in the backgrounds... best regards m cologne On Jan 30, 2:38 pm, kim3er wrote: >

[jQuery] error with selector using jquery.ifixpng2.js and jquery v1.3.1

2009-01-25 Thread mcologne
hi, there comes an error with the following selector... i'm using jquery.ifixpng2.js or (jquery.ifixpng.js) and jquery-1.3.1.min.js $('i...@src$=.png]').ifixpng(); Exception... "'Syntax error, unrecognized expression: [...@src$=.png]' when calling method: [nsIDOMEventListener::handleEvent... w