[jQuery] Re: jQuery PDF Viewer?

2009-09-16 Thread Geert Baven
Bumpbox works in all modern browsers. based on mootools Here's a list in which browsers it has been successfully tested: - *Firefox 3 - 3.5* - *Internet Explorer 6 | 7 | 8* - *Google Chrome* - *Apple Safari 3 | 4* - *Opera 9.04* http://www.artviper.net/bumpbox.php 2009/9/16

[jQuery] jqmodal/canvas z-index issue in IE7

2009-05-11 Thread Geert Baven
Hi group,I am using JQmodal and the canvas-plugin in a new project. The combination works fine in Safari/Firefox but i have a z-index issue in IE7 whre modal is behind the canvas elements. You can see this in action in the navigation menu when clicking peuterspeelzaal on the demo at

[jQuery] Re: jqmodal/canvas z-index issue in IE7

2009-05-11 Thread Geert Baven
/65b3b02d5943e84b/230c06e1f70c68b4?lnk=gstq=toTop#230c06e1f70c68b4 On May 11, 2:27 pm, Geert Baven geertba...@gmail.com wrote: Hi group,I am using JQmodal and the canvas-plugin in a new project. The combination works fine in Safari/Firefox but i have a z-index issue in IE7 whre modal is behind

[jQuery] Re: ClueTip Ajax Load Div

2009-04-22 Thread Geert Baven
this should do $(document).ready(function() { $('a').each(function() { var thisHash = this.hash; $(this).cluetip({ sticky: true, mouseOutClose: true, closePosition: 'title', closeText: 'img src=cross.png alt=close /', ajaxCache:

[jQuery] cluetip ajaxcache:false does not work in IE7

2009-03-26 Thread Geert Baven
How can l have IE 7 respect the ajaxcache set to false? you can see an example at http://www.strikingconcepts.nl/development/kittiwake the first tooltip is an experiment provides an examplein the cluetip.js file I have set the option like this: ajaxCache:false, any help appreciated

[jQuery] Re: looking for a calendar plugin

2009-03-18 Thread Geert Baven
have a look here http://wordpress.bustatheme.com/wp-smashing/and here http: www.bytecyclist.com 2009/3/18 macsig sigbac...@gmail.com Hello guys, does anyone know a calendar plugin for jQuery like this one: http://www.moonkiki.com/moonkiki/moogenda/#JSON Thanks and have a nice day! Sig

[jQuery] Re: Does a plugin like this excist allready

2009-02-26 Thread Geert Baven
cameron moll did a series on this last year http://cameronmoll.com/archives/2008/02/extensible_css_interface_the_foundation/ 2009/2/26 Armand Datema nok...@gmail.com Hi I am looking for a plugin with same functionality as http://www.bbc.co.uk/ notice the + - and when clicked it expands or

[jQuery] Re: [tooltip]

2008-11-17 Thread Geert Baven
add the toolme class in your tooltip script: $.tooltip = { blocked: false, defaults: { delay: 200, fade: false, showURL: true, extraClass: toolMe, top: 15, left: 15, id: tooltip },

[jQuery] Re: I need a media tutorial

2008-10-09 Thread Geert Baven
or this http://sharebrain.info/brainpicks/scripting/scroll-multiple-videos-with-jqueryscrollablejs/3929/ 2008/10/9 Geert Baven [EMAIL PROTECTED] Try this http://nettuts.com/javascript-ajax/create-a-tabbed-interface-using-jquery/ 2008/10/9 [EMAIL PROTECTED] [EMAIL PROTECTED] Can someone

[jQuery] Re: I need a media tutorial

2008-10-09 Thread Geert Baven
Try this http://nettuts.com/javascript-ajax/create-a-tabbed-interface-using-jquery/ 2008/10/9 [EMAIL PROTECTED] [EMAIL PROTECTED] Can someone please advise? All of a sudden, I need to embed tons of media. I carefully read Mike Alsup's Media Plugin (http://malsup.com/ jquery/media/

[jQuery] Re: ajax - tabs plugin question: proper anchor tags

2007-08-17 Thread Geert Baven
Hi Klaus at http://www.sriverm.net/gallery.html you can an example that I am working on now. The link and in the content section is what I am referring to in the previous mail. Geert 2007/8/17, Klaus Hartl [EMAIL PROTECTED]: Geert Baven wrote: Hi I am using the ajax version of klaus hartl

[jQuery] ajax - tabs plugin question: proper anchor tags

2007-08-16 Thread Geert Baven
Hi I am using the ajax version of klaus hartl tabs plugin. I try to do crosslinking between the files which are called ahah_1.html etc by using a href=ahah_2.htmllink/a this does not render properly. So what is the proper html to put in the anchor tag?