[jQuery] Replacing colors

2008-10-09 Thread Miha
t's values is '#F00'. In real situation, there are 30 classes or more - not just 3. If it is possible to replace colors using selectors it would be great but I did't find any that would filter out elements according to their CSS value. Any help would be appreciated. regards, Miha

[jQuery] Re: Cross domain POST

2008-01-09 Thread Miha
nt of view, what is the difference between cross domain script loading and cross domain ajax requests? Why script loading is permitted by browsers and ajax is not? regards, Miha On Jan 9, 1:01 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > Is there anything like > > var

[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-09 Thread Miha
Not sure if it is possible with jquery but in JS you can access doc body inside of iframe like this: ifDocBody=window.frames['frame-name'].document.body; Note that frame-name is set by iframe name parameter, not by id; regards, Miha On Jan 9, 11:13 am, sigbin dan <[EMAIL PROT

[jQuery] Cross domain POST

2008-01-09 Thread Miha
eve a response from server. Is there anything like var script=document.createElement('script'); script.method='post' ?? Any help would be appreciated. regards, Miha