[jQuery] Re: jQuery in IFrame causing Access Denied javascript error in MSIE 7

2009-01-19 Thread Sergei
Ok seems it's problem with jQuery 1.3: http://dev.jquery.com/changeset/6120 I spend some hours solving this. Turns out it J. Resig's fault ;-( S. On Jan 19, 5:39 pm, Sergei wrote: > Hello, I have a strange problem with jQuery 1.3 in MSIE 7. > > I am developing some co

[jQuery] Re: weird issue with ready event

2009-01-19 Thread Sergei
I had a similar problem today in MSIE7 with 1.3: http://groups.google.com/group/jquery-en/browse_thread/thread/e4d9128b377c3ac9# Look into this: http://dev.jquery.com/changeset/6120 It solved my problem. On Jan 19, 7:21 pm, graphicsxp wrote: > Here's exactly the code I wrote : > >  var pop =

[jQuery] jQuery in IFrame causing Access Denied javascript error in MSIE 7

2009-01-19 Thread Sergei
Hello, I have a strange problem with jQuery 1.3 in MSIE 7. I am developing some code in local domains. On one of the site I create IFRAME with the SRC of another local website. Something like: I mean on a page of http://blog/ we have: iframe src="http://form/"; "Form" site inside IFRAME loads

[jQuery] UI library loader

2008-01-21 Thread Sergei
Hey everybody, I've made a little tool for jQuery UI library to help developers to load all needed libraries with one line of code. More: http://uniqueculture.net/blog/archives/3 Thanks

[jQuery] Re: jQuery.AJAX statement

2007-10-19 Thread Sergei NZ
l it also send ? > q=test appened to the url? so that my php can pick it up using $_GET > kind of confused on that part... > > sorry i am asking the above before reading the documentation you > mentioned. I'll read the documentation shortly. thanks again :) > > On Oct 18, 9

[jQuery] Re: jQuery.AJAX statement

2007-10-18 Thread Sergei NZ
Hey man i'm new to jQuery too. N00b to n00b =D .ajax is a calls the overall main call used by all the .load, .get and so on. .ajax has MANY parameter so that you may craft an ajax call really specific to your unique use. .ajax is explained very well in the jquery docs section -> http://docs.jque

[jQuery] Re: creating drop down menus with JQuery?

2007-10-15 Thread Sergei NZ
Also try these: http://test.learningjquery.com/dropdown.htm http://users.tpg.com.au/j_birch/plugins/superfish/ On Oct 16, 11:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a plug-in that allows for menu creatio in JQuery? > Specifically, I'm looking for something where

[jQuery] Re: OT: Hosting Service

2007-09-15 Thread Sergei NZ
you can tru BigDaddy. Blue server is suposed to be good too. On Sep 15, 1:04 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > I used to use Powweb, but the site was unbearably slow for me. Pings were > 3x slower than anywhere else. > So I switched to LunarPages. It has good speed, but the service

[jQuery] Re: Passing arguments to Hover and Toggle??

2007-08-31 Thread Sergei
Try this: .toggle( function() { myFunction(this, parameters...); } ) And you should define myFunction somewhere else. On 1 сент, 14:28, Andy Matthews <[EMAIL PROTECTED]> wrote: > Is there a way to pass arguments from one anonymous function, (in > either Toggle, or Hover) to the second? Ideally

[jQuery] Re: Is there checkbox/radio image plugin?

2007-08-31 Thread Sergei
How to download cssHover? I dont have SVN software. Thank you. On 1 сент, 00:58, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > Maybe this? > > http://dev.jquery.com/~gilles/cssHover/?checkbox3=c3&checkbox8=c8&che...

[jQuery] Is there checkbox/radio image plugin?

2007-08-31 Thread Sergei
Hello, Is there any checkbox/radio image replacement plugin for jQuery? Like on this page: http://mootools.net/download Thank you.

[jQuery] Re: link's $(this) in MSIE6

2007-06-13 Thread Sergei
Thank you! On 14 июн, 11:58, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > Bah! I should have obeyed the cardinal rule of event binding: Thou > shalt not bind events in markup!

[jQuery] Re: link's $(this) in MSIE6

2007-06-13 Thread Sergei
No, it's the same. And the same behavior. On 14 июн, 11:38, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > I think you maybe want this.blur() instead of $(this).blur()

[jQuery] link's $(this) in MSIE6

2007-06-13 Thread Sergei
Hello, I have a problem in MSIE 6 using such code: a href="..." onclick="myaction(); return false;" JS: function myaction() { $(this).blur(); // blurs a whole window in MSIE6! ...some animation and another actions... } The problem is, that in MSIE6 $(this).blur(); blurs NOT the link, but a