[jQuery] Issue with jQuery/javascript and WebKit

2009-12-02 Thread Robin Jakobsson
all the different classes and css-settings in the html, it renders correctly. http://demo.frojd.se/webkit/index_loaded_from_start.html Any ideas on why this might be? Cheers, Robin.

[jQuery] Re: animation only when mouseover

2009-09-21 Thread Robin Abony
Hello macsig! I haven't really had time to look into your problem, but after a quick look through the documentation i found this http://docs.jquery.com/Effects/stop#clearQueuegotoEnd Perhaps that could work for you? I imagine something along the lines of : $('#down_button').mouseover(function()

[jQuery] Extend() element then Add() to another element

2009-08-20 Thread robin
//pass many.eq(0).test() //FAIL, test function does not exist -- I would like test() to succeed, how can i accomplish this? Thanks in advance, Robin

[jQuery] JQuery DatePicker UI and ThickBox Problems

2009-07-20 Thread Robin Malott
Hello - I've recently started using both the newest DatePicker and Thickbox. I'm having a problem getting the datepicker to appear in my thickbox (I'm using the ajax thickbox). Unfortunately I can't give the actual site since it's for an intranet site at work. If I look at the page itself, the

[jQuery] Refreshing .load with .fadeIn (php/jQuery chatt)

2009-06-10 Thread Robin Abony
Hello jQuery people! I just started with jQuery and it's awesome. But im having some trouble while building this php/jQuery chat. Thought you might be able to help. So, my idea was to build a chatt with php and jQuery, and guess what? It works perfectly! But after hours of watching diffrent jQue

[jQuery] Re: Simultaneous $.load() calls wait for eachother

2008-12-11 Thread Robin Speekenbrink
That's the weird thing about the calls: it doesnt matter what i do on my server side ( ie. a sleep-command) the second call only renders when the firstcall has returned data... ? And about the ajaxSetup part: the async is by default already true, so all calls should be called async-ed... I'm at

[jQuery] Simultaneous $.load() calls wait for eachother

2008-12-09 Thread Robin Speekenbrink
I have a (stupid) problem: i have the follwing short script: $(window).load(function() { $("#div1").load('/xmlHttp.php?action=getLoad'); $("#div2").load("/xmlHttp.php?action="+ $("input [name='selectType']").val()); }); What this does: it calls the central xmlHttp url to fetch dat

[jQuery] Re: for input cloning

2008-07-25 Thread Robin Gruyters
Syam, Thanks for that! works perfectly! Regards, Robin 2008/7/25 Syamsundar <[EMAIL PROTECTED]>: > > > Robin, > > Once you clone with 'true', then just unbind the event from this row. > > Try this: > > $(document).ready(function() { >// W

[jQuery] Help with the Scroll Function

2008-06-30 Thread Robin
Hi and thanks in advance to any who can help. I am trying to build out a portfolio site (http://www.xyforge.com/ portfolio) and am using the scroll function to show/hide content. The problem that I have is I want the first child of the #content to initially display on load, and then disappear o

[jQuery] Google Maps Marker to infoBubble to Image to Thickbox

2008-01-11 Thread Robin Rowell
I am trying to create a situation where the user clicks on a marker within google maps, gets the info bubble flyout that contains a linkable image. Once the mini-sized photo is clicked on, it would show a large version of the photo via thickbox. I have gotten as far as getting the linkable image

[jQuery] Superfish Menus - Including Dynamic Navigation Arrows

2008-01-07 Thread Robin Rowell
Hi all and Joel. Is there a version of Superfish that uses jquery generated arrows (using dynamically created classes) for submenus that contain further content? (this page would be an example: http://sperling.com/examples/menuh/ ) Thanks!