[jQuery] Superfish : active sublevel(ul) open on new load

2009-10-29 Thread jens
By the reload every new page all menus are closed . I would like the have this submenu open ul in which a menu is selecded. So that the user can see wish point (menu is seleced) . But i could not found infos about that . I use super-fish the first time so may i give i easy way . My idee is to

[jQuery] Re: Loading image before operation starts not working

2009-06-17 Thread Jens L.
the end of the operation. This is the behaviour I want, but when the code is executed without setting a breakpoint, the line seems to be just skipped?!? Got no clue... On 16 Jun., 17:23, Jens L. jenslu...@gmail.com wrote: Hey guys, i have following problem: When the user on my website presses

[jQuery] Loading image before operation starts not working

2009-06-16 Thread Jens L.
(); }); } } } }); // now return to the old image $(img[name='imageChange']).attr('src', rep); }); Hope someone could help me with this issue. Thanks in advance, Jens

[jQuery] Re: Multiple lists that should only show x amount of items until you expand them

2009-03-25 Thread Jens Bengtsson
I'm starting to think that this is not possible without having different names/classes on the different menus which makes it hard since they are generated form a resultset. On Mar 24, 8:18 pm, Jens Bengtsson poserdo...@gmail.com wrote: OK, this is what I have. Multiple lists that I can

[jQuery] Want to pass a variable to the selector

2009-03-25 Thread Jens Bengtsson
This is my HTML liaDOCUMENT/LAROSATE/a (1) ul lia href=/Default.aspx?q=*amp;navigator=DOCUMENT/LAROSATE:0XD6 VRIGT0XD6 VRIGT/a (20)/li /ul ul id=DOCUMENT/LAROSATE_more lia href=javascript:toggle('DOCUMENT/ LAROSATE_more');Show less/a/li /ul /li This is my javascript function

[jQuery] Re: Want to pass a variable to the selector

2009-03-25 Thread Jens Bengtsson
Found the problem, you can't use / in the name. On Mar 25, 1:28 pm, Jens Bengtsson poserdo...@gmail.com wrote: This is my HTML  liaDOCUMENT/LAROSATE/a (1) ul  lia href=/Default.aspx?q=*amp;navigator=DOCUMENT/LAROSATE:0XD6 VRIGT0XD6 VRIGT/a (20)/li  /ul  ul id=DOCUMENT/LAROSATE_more

[jQuery] Multiple lists that should only show x amount of items until you expand them

2009-03-24 Thread Jens Bengtsson
OK, this is what I have. Multiple lists that I can collapse and expand. What I want is for them to only show x amount of items until I expand them. Say x = 2 In Section A the following would be shown Link A-A Link A-B In Section B the following would be shown Link B-A Link B-B etc. And

[jQuery] Re: Questions about Flexigrid

2008-08-19 Thread Jens Grochtdreis
. It doesn't work. Greetings, Jens Grochtdreis

[jQuery] Triggers JSONP an IE memory leak?

2008-06-10 Thread Jens
help, Jens Versions used: Windows XP SP2 incl. latest patches, IE 7.0.5730.12CO, Firefox 3.0 RC 1, jQuery 1.2.6 [0] http://home.wanadoo.nl/jsrosman/ [1] http://blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Jens
Hi, Great plugin. Looking into the example source shows that more p tags are not terminated correctly ex: p class=release strongAugust 08, 2007, v2.2 Release/strong p /Jens On 9 Aug., 13:32, Giant Jam Sandwich [EMAIL PROTECTED] wrote: Hi Kia, Right now the plugin

[jQuery] Link with hover and a div

2007-07-10 Thread Jens Peter Möller
Hi, I wan't to show a div on an mouseover at a link, like a tooltip. Parts of my Code: function jpmTip_init() { $(a).hover( function(event) { $('div.jpmTipDIV').remove(); jpmTip_show(this, event.pageX, event.pageY); }, function() {

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-06 Thread Jens
Hi Jörn, Your small code change did work, tnx for your help. /Jens On 5 Jul., 22:17, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jens wrote: thanks for the update. I am loading content to a page dynamically (Ajax: $.get) and have used tooltip to apply tooltip on the fly on each part. All

[jQuery] Re: Release: Tooltip plugin 1.1

2007-07-05 Thread Jens
(); $(.toolTip).Tooltip(); It worked in the previous version! My work-around at the moment is to start a timer that applies toolTip after 2 seconds (hoping all elements are loaded) /Jens On 5 Jul., 07:01, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It seems to happen when you put the mouse somewhere

[jQuery] Re: jTip and ToolTip featured on smashing magazine

2007-06-13 Thread Jens
: $(a).cluetip({ titleAttribute: function(e) {e.attr(title); } }); // e is a jquery pointer to the element This feature could provide me with an option to implement what I need. /Jens On 13 Jun., 06:49, JimD [EMAIL PROTECTED] wrote: Wow Jtip was great but cluetip takes it to another level

[jQuery] Re: cookies / consequent data

2007-06-01 Thread Jens
I seems that Google has released a new tool/ technology where you can use a local embedded SQL server. Take a look at it: 1. http://immike.net/blog/2007/05/31/getting-started-with-google-gears/ 2. http://blogs.zdnet.com/Burnette/?p=323 Maybe this can be helpful to you. /Jens On 31 Maj, 20:37

[jQuery] Problem with jCarousel 0.2.0 in IE tables

2007-05-27 Thread Jens
I'm trying to use your beta 0.2.0 with jcarousel inside a table. Doing this corrupts the table layout in IE 7. I have not tried it in other versions of jcarousel. Below is a minimized example: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

[jQuery] Re: Problem with jCarousel 0.2.0 in IE tables

2007-05-27 Thread Jens
The example shows jquery version 1.1.1, this is a copy/paste problem, I am using jquery 1.1.2 sorry... On 27 Maj, 11:12, Jens [EMAIL PROTECTED] wrote: I'm trying to use your beta 0.2.0 with jcarousel inside a table. Doing this corrupts the table layout in IE 7. I have not tried it in other

[jQuery] Re: Problem with jCarousel 0.2.0 in IE tables

2007-05-27 Thread Jens
Hi Jan, That did the trick. Now it works in FireFox, IE7 and Opera. But why does it work better when ul/li is encapsulated into divs? In FF there was no need for the div encapsulation. /Jens On 27 Maj, 12:29, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi On 27 Mai, 11:12, Jens [EMAIL PROTECTED