I'm usually using Perl's Class::XPath and Tree::XPathEngine modules
and there the Perl-style regex matching operators "=~" and "!~" are
available as operators in the XPath filters. What I'm speaking about?
Well, for example selections like: [EMAIL PROTECTED] =~ "^.+(gif|jpe?g|png)$"]
I know that
amircx schrieb:
and then its should work?
Yes of course. It's in the demo.
-- Klaus
Hi Karl,
Cool revision, Karl. and I'm all good, pal. I actually did the same thing
when I saw Scott's post. did something with a bit just for kicks to see if
it can be done another way. Constructive feedback is always healthy. I
definitely think we all need to challenge each other or play each
On 4/1/07, cdomigan <[EMAIL PROTECTED]> wrote:
Looks great! A link to the js file would be handy.
Chris
Oh yes, here we go.
http://joanpiedra.com/jquery/thumbs/jquery.thumbs.js
--
Joan Piedra || Frontend webdeveloper
http://joanpiedra.com/
Close in safari!
#1 looks good, but #2 has the magnifying glass line in the wrong
place and the crop seems wrong.
On 4/1/07, cdomigan <[EMAIL PROTECTED]> wrote:
Looks great! A link to the js file would be handy.
Chris
--
Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ
Hey Abdul!
Good that you ask, "soon" is normally a bit earlier ;-)
Actually there are news, the main module, drag & drop, is getting more
solid and faster then ever. However, we just made a couple of internal
changes that will make the whole routines even more flexible, but we
need a bit more tim
Looks great! A link to the js file would be handy.
Chris
Hey guys,
I've wrote a plugin basically it adds some html wrappers to an image and
crop it, making a thumbnail effect.
Can you guys tell if It can be improved? I believe it's pretty stable now
but I'd love to read your comments and ideas to enhace it.
jQuery thumbs
http://joanpiedra.com/jquery/th
Or you could use an iframe and set it's src attribute.
> Since I'm not very experienced with asynchronous stuff in Javascript I
> don't know whether this is a flaw in jQuery or an inevitable result of
> the way AJAX works. In the latter case, I guess that the architecture
> of the jQuery form plugin is flawed. Or I must be overlooking a
> possibility
Rob,
I believe the problem is that cross-domain requests aren't allowed.
Were you able to do this prior to incorporating ext?
What you probably need to do is make a request to your server, have it
get http://www.myuri.com/index.htm by some means then return the
content back to the browser.
Bra
Hi,
Seems like I found the problem but can't explain why:
In my html I've got
Apparently that tag was causing problem in IE, because as soon as I're
renamed container to containerr all went smooth.
Having said that I'd like to understand why there was a naming conflict.
Response is apprecia
Hi Rob
You can use Ext's UpdateManager to do this - it supports a lot more
Ext-specific options etc so I'd recommend it over using jQuery's .load().
Basically you can do something like:
Ext.get("panel-bottom").getUpdateManager().update(blah);
Check out the api docs for more info -
http://www.e
Hi Michael,
That looks like it would do what you're shooting for.
I played around with it a bit just for kicks, seeing if I could
condense things, and came up with this:
$('#userid_field,#password_field').focus(function() {
$(this).attr({ class: 'login_fields'}).val('');
if ($(
I'm working with the latest Ext alpha and jQuery to create a paned UI
and I want to load an external URI into one of those panels. I've got
the layout nicely set up and I'm trying to get that URI to load via
AJaX. There's not a lot of documentation I can find about that, so
I'm winging it. I'm
Hi Tom,
I'd normally do this, not sure if it is correct way of doing things but
it works for me
If id you are passing is someID to BlockLog. notice this '#'+
...
$('#'+someID).click(function() {
..
Give it a try
--Kush
Tom Shafer wrote:
I am trying to select different divs, each is given a
and then its should work?
Klaus Hartl wrote:
>
>
> amircx schrieb:
>>
>> hey. im trying somehow to get in tabs a remote url , or atleast to set a
>> get
>> paramter to the tab
>> i got this following code and its writes me error "access denied"
>> how can i skip it or tweak the code ??
>
>
That's correct, there's a ticket open on that and I'm working to fix it.
--John
On 4/1/07, Kristinn Sigmundsson <[EMAIL PROTECTED]> wrote:
Hi there jhon,
I downloaded the latest version
* $Date: 2007-03-25 22:06:50 -0400 (Sun, 25 Mar 2007) $
* $Rev: 1596 $
and applied it to my little test,
amircx schrieb:
hey. im trying somehow to get in tabs a remote url , or atleast to set a get
paramter to the tab
i got this following code and its writes me error "access denied"
how can i skip it or tweak the code ??
Tabs requires links in the HTML:
Whatever
-- Klaus
hey. im trying somehow to get in tabs a remote url , or atleast to set a get
paramter to the tab
i got this following code and its writes me error "access denied"
how can i skip it or tweak the code ??
http://www.w3.org/TR/html4/strict.dtd";>
Tabs - j
I am hoping you can help me with a code I am trying to make for Zeta
Boards. It adds a drop-down menu with what ever links you want in it.
[quote]
function dropdown(sname,lurl){
//Code Created by Agent Moose
$(".drop_menu").before("
I had to put this behind a password. If anyone still wants to take a look and
offer some help, contact me offlist.
Thanks!
/alex
aezell wrote:
>
> This might not be a jQuery issue, but I think it is.
>
> First, I need to confirm that executing a search on this page does
> indeed end up in an
It's not working :(
Hi there jhon,
I downloaded the latest version
* $Date: 2007-03-25 22:06:50 -0400 (Sun, 25 Mar 2007) $
* $Rev: 1596 $
and applied it to my little test, and it seems to have a bug.
The problem seems to be animate, it doesn't queue animations on the
same object it just shuts down. test it on
http:/
Ralf S. Engelschall schrieb:
On Sun, Apr 01, 2007, Klaus Hartl wrote:
[...]
2. specify the expiry time with units as in
$.cookie("name", "value", { expires: "2m" })
instead of having to pass a full pre-established Date() object.
You don't have to. If you pass a number its the days until
Try this:
On Apr 2, 3:31 am, "debussy007" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a website with header, menu, content.
>
> To change the content according to the menu clicked,
> I use show() and hide() functions of jquery.
>
> In Mozilla I got everything working,
> but in IE6, the height w
I am trying to select different divs, each is given a unique id
and im using this to apply a effect to it
function BlockLog(id) {
$(id).click(function() {
$('#blockMe').unblock().block('Processing...',
{ border: '3px solid #a00' });
});
}
with this to call it
You
On Apr 1, 2007, at 2:54 PM, Scott Sauyet wrote:
Karl Swedberg suggested that this had to do with accessibility and
graceful degradation. That is certainly correct, but the main
point is simply to reduce the screen real estate taken by the form.
Scott, when I looked at the HTML Michael provi
Michael E. Carluen wrote:
I am curious as to what might be the advantage of using your overlabel
plugin versus a much shorter script like the one below?
I posted your suggested code at
http://scott.sauyet.com/Javascript/Demo/Overlabel/test.html
and a simple version of mine at
http:/
Hey Kush,
I think what you are hunting for is called "ScrolTo", yet i do
remember a older post about Anchors usage with it, here a link..
http://www.nabble.com/ScrollTo-Functionality-tf2391291.html#a866
(maybe little bit out dated)
BTW, good thing about interface is, no you dont need th
Hi,
I have a website with header, menu, content.
To change the content according to the menu clicked,
I use show() and hide() functions of jquery.
In Mozilla I got everything working,
but in IE6, the height won't adapt according to the content's length.
U can check it here :
http://matthew16.
On Sun, Apr 01, 2007, Klaus Hartl wrote:
> [...]
> >2. specify the expiry time with units as in
> > $.cookie("name", "value", { expires: "2m" })
> > instead of having to pass a full pre-established Date() object.
>
> You don't have to. If you pass a number its the days until epiration:
>
> $.
This is from an earlier post, it shows you how to add events only to
the recently added content. Aswell as talking about handlers in
general. Might prove usefull for you.
Hi Kim,
My friend Jonathan Chaffer posted a reply to a simi
I think it does use display: block;
That's correct. This has already been resolved in SVN and will be
released in jQuery 1.1.3.
--John
I think it does use display: block; If I add the following css to your page
it doesn't do that:
img {float: left; margin: 5px;}
hr {clear: both;}
Not sure how you can work around that though
Rolf
Kristinn Sigmundsson wrote:
>
>
> Hi there,
>
> using this code
> $("img").hover(fun
Hi there,
using this code
$("img").hover(function(){
$(this).fadeTo("fast",.3);
},function(){
$(this).fadeTo("slow",1);
});
I'm getting a pretty unexpected behaviour, I think this is because the
fadeTo is setting the css property of wha
Hi Michael,
I'm guessing that the advantage has to do with semantic HTML and
graceful degradation. Semantically, the label for an input belongs in
a element. When JavaScript is not enabled, the user will have
a label next to the input, and won't have to select "userid" or
"password" insi
Ralf S. Engelschall schrieb:
I'm using the jquery.cookie.js plugin from the jQuery SVN and I adjusted
it (see patch below) to allow me to...
1. easily delete a cookie with the (IMHO more intuitive)
$.cookie("name", null) calls instead of the
$.cookie("name", '', { expires: -1 }) calls.
On http://interface.eyecon.ro/news paul write that "This is why we
decided to start Interface 2, a non-compatible collection with many
parts rewritten and a overall sense-making architecture. We will soon
release first parts of it in a seperate section, but continue to
update Interface 1. Check ou
Hi guys,
Normally interface imageBox works fine,
However in this case http://www.khurshid.com/v2/ in IE throws errors and
I am finding hard to find out what is causing it.
It is very simple page.
Thanks heaps.
--Kush
okie..I found a solution..but not sure how good it is..
here is what I have done..
I have created a function like this
jQuery.fn.loadContent = function(options) {
$(this).removeClass("loadContent");
$(this).addClass("pointer");
return $(this).click(function(){
Yeah I probably didn't explain it well. :)
I wasn't talking about animating the text, but rather changing the
opacity of each letter. I had seen a javascript demo on some site do
this (I can't for the life of me find it now), and thought it might
make a good plugin.
Here's a quick photoshop of w
hi Kristinn..
sorry for the confusion..in haste..I forgot to type in href attribute
in the span..the actual code contains href attribute also...
Regards,
Ritesh
On Apr 1, 5:18 am, "Kristinn Sigmundsson" <[EMAIL PROTECTED]> wrote:
> curious about one thing, where do you get the url from in:
> ur
Hi all,
I have some code that checks for a cookie named sumview. if the value
is 'hide' I dont want to display a div with id viewsummary. Problem is
that the summary div is in the page that loads from an ajax request
using the form plugin. The ajax loaded page ignores the cookie. Do I
need to ch
Hi Yansky,
I believe that the extended .animate() method provided in Interface
can do this already, and a whole lot more. Unless, of course, I
misunderstood the effect you're describing.
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Apr 1, 2007, a
Hi Scott:
I am curious as to what might be the advantage of using your overlabel
plugin versus a much shorter script like the one below?
-Michael
.login_labels{color: #eee;}
.login_fields{color: #000;}
$(function(){
$('#userid_field').focus(function() {
$(this).attr(
I'm using the jquery.cookie.js plugin from the jQuery SVN and I adjusted
it (see patch below) to allow me to...
1. easily delete a cookie with the (IMHO more intuitive)
$.cookie("name", null) calls instead of the
$.cookie("name", '', { expires: -1 }) calls.
2. specify the expiry time with
curious about one thing, where do you get the url from in:
url = $(this).attr('href');
as the span doesn't have a href attrib.
On 4/1/07, bingo <[EMAIL PROTECTED]> wrote:
Hi,
I am having some trouble with ajax and jquery...
I have my default webpage template and in that I have defined my
ja
I was thinking that a plugin that can fade text colour to the
background colour might be a good idea. So a heading could look like
it's fading in from the background and then fading out again.
On Mar 22, 2:54 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> Post yourpluginrequests.
>
> There is
Hi guys,
I can't find ScrollToAnchors download selection, only ScrollTo which is
not same as ScrollToAnchors I think
I don't want to download whole interface library but only the ones I need.
--Kush
52 matches
Mail list logo