For anyone interested in integrating ZenCart with jQuery, I have a
ZenCart theme available here,
http://zencart-jquery.com
It is using the latest jQuery, UI, cookie & cookieJar as well as the
latest version of ZenCart, any feedback is greatly appreciated.
I'll be adding full credits to all pieces
Hey Lasthaai,
I suffered the same issue and realised what was going on. Given that $
(this) is bound back to this function in which it currently resides,
affectively causes an infinite loop. Here is a way around this issue,
while still using the jquery forum plugin:
$(function() {
for (var i
I was browsing the http://dragoninteractive.com";>Dragon
Interactive website. When you hover over certain buttons, they
produce a gradient effect where the sprite image slowly appears. How
can I achieve this effect?
Thanks,
Mason
Hi !
Need help for parameter timed delay on mouseOver not mouse out
We want small delay before menu drop down 1 second for example
our test : http://infoclick.ca/newweb/
Our Goal http://www.target.com/
if you put your mouse from left to right (women to Sell All) menu
doesn't open put if you
try getAttribute('href')
On 30 Maj, 00:46, Kierhon <[EMAIL PROTECTED]> wrote:
> Hi all, new to JQ. I'm trying to pass the href from the tag to the
> ajax load function. I believe i've selected the child properly but for
> some reason it's not pulling in the href. Any help is greatly
> appreciate
On 22 mai, 19:19, hubbs <[EMAIL PROTECTED]> wrote:
> Well, I checked, and our website is using iso-8859-1. I see that this
> is a subset of utf8. Is it still possible to have js correctly uncode
> the characters?
Yes but PHP work with the subset and do not work with utf-8 !
It is very importa
> Thanks in advance to any who might have a solution.
The solution is to use standards mode on your page, not quirksmode.
So add this to the top of your page:
http://www.w3.org/
TR/html4/strict.dtd">
Also note that besides being in quirksmode, your page has some basic
semantic problems (such as
Yes. Oh well.
Where should I watch for updates? Will there be an update of history
to accommodate UI Tabs? Or is it more likely that UI Tabs will
incorporate a history feature?
On May 29, 12:06 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> I assume you're using UI Tabs?
>
> http://docs.jquery.com
Copied from the ticket itself:
"The patch about should modify attr() so that it supports this
situation. It won't be applied for now for 2 reasons:
1- The demo you showed doesn't work cross browser. As far as I tested,
IE doesn't fire handlers set as strings with javascript. So there's no
point
Hi all, new to JQ. I'm trying to pass the href from the tag to the
ajax load function. I believe i've selected the child properly but for
some reason it's not pulling in the href. Any help is greatly
appreciated!
site: new-age-design.com
code:
Site In Development
Link
Hi :-)
My script:
http://pastebin.com/m2b0341e5
I have this form, when I submit it, the php script runs and returns
some JSON.
The problem is that I want to display the errors on the page with the
form, without it clearing any fields, however, whenever the
handleResponse function is done it clea
Hi,
I am a newby to jquery, and am strugeling with an issue.
In my code below, I get information from an php page which is
returning xml. I am making links in a of what the php page
return. But I want to catch the call from the a href I make when the
user clicks on the link.
How can I do this?
After some searching I found the solution:
$('#content_main div.weblog_archive li a').livequery('click',
function(event) {
$('div.article_ajax').load($(this).attr("href") + ' div.article');
event.preventDefault();
});
On May 28, 9:34 pm, IschaGast <[EMAIL PROTECTED]> wrote:
> At
I'm confused - you're getting and modifying the onclick attribute?
That seems... strange.
--John
On Thu, May 29, 2008 at 7:48 PM, Phil Christensen <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I've run into a strange issue that I believe is a bug in jQuery 1.2.6.
> I've posted a ticket along with a
> Has anyone else experienced the following issue with blockUI and IE6?
>
> I am using:
> jQuery version 1.2.6 (05/24/2008)
> blockUI version 2.07 (05/17/2008)
>
> Below is a link to a SSCCE that should demonstrate the issue.
>
> http://myorangepeels.com/blockui/blockuidemo.html
I see what you m
you need a label and set its for attribute to the checkbox
On May 29, 7:21 pm, jquertil <[EMAIL PROTECTED]> wrote:
> OK I tried my own anticipated solution after looking at some comment
> from The Man Himself, but didn't work.
>
> $("#CheckContainer:not(#Check)").toggle(...); --- does not work.
Hi PeterAce and hagalaz,
Many thanks for your replies and apologies for not replying sooner -
this page had slipped out of my mind. The trouble with my instant
gratification generation.
Thank you PeterAce for that suggestion. It didn't fix the flickering
per se, but it did remove some extraneous
how about
http://jquery.lukelutman.com/plugins/flash/
full examples provided
2008/5/29 hcvitto <[EMAIL PROTECTED]>:
>
> Has anyone ever used this flash embed plugin?
>
> http://plugins.jquery.com/project/flashembed
>
> Do you know how to pass it some flashvars? I read the documentation
> but cou
I assume you're using UI Tabs?
http://docs.jquery.com/UI/Tabs#Does_UI_Tabs_support_back_button_and_bookmarking_of_tabs.3F
--Klaus
On May 28, 6:11 pm, timothytoe <[EMAIL PROTECTED]> wrote:
> Ajax History doesn't seem to be working for me.
>
> I'm including the file (which I've thrown into my j
Hi all,
I've run into a strange issue that I believe is a bug in jQuery 1.2.6.
I've posted a ticket along with a test HTML file at:
http://dev.jquery.com/ticket/2959
As far as I can tell, attr() is not properly updating the value of a
form attribute, although prior versions had worked fine.
So far I have really loved using jEditable for my website. So much so
that I am(attempting) to use it to replace the normal form interface
for a CakePHP site. What I'm trying to do is just show the user the
normal webpage but if they want to edit anything they just click it
(jEditable).
The rub
Actually, this is a standard implementation in html: use the tag.
On Thu, May 29, 2008 at 8:16 PM, jquertil <[EMAIL PROTECTED]> wrote:
>
> Hello...
>
> short version: how do I exclude an element in my selector expression?
>
>
> long version:
>
> you know those checkboxes in windows where you can
So far I have really loved using jEditable for my website. So much so
that I am(attempting) to use it to replace the normal form interface
for a CakePHP site. What I'm trying to do is just show the user the
normal webpage but if they want to edit anything they just click it
(jEditable).
The rub
OK I tried my own anticipated solution after looking at some comment
from The Man Himself, but didn't work.
$("#CheckContainer:not(#Check)").toggle(...); --- does not work. stil
can not click the checkbox :(
Hello...
short version: how do I exclude an element in my selector expression?
long version:
you know those checkboxes in windows where you can actuyally click the
label to check the box?
I'm recreating this with a toggle() like this:
Click
here
$("#CheckContainer").toggle(
I had the original demo from a popular site to get the Accordion menu
to work... I work with a team and we have designers who will want to
access the markup with css perfectly.
So of course we want the markup like this:
Category
One
sub-Category
c1_sub1
Category Two
sub-Category
c2_sub1
sub-C
I've already spent hours trying to get the styles right, so I've kind of
given up. :)
I found another solution (http://www.spiffycorners.com) and that seems to
work correctly.
I will definitely use the corners plugin for other div's on my site but just
not for this one... :)
Mike, thanks a lot for
I'm trying to understand if the user is already at the bottom of the
page (scroller is at the end).
By doing so, if the user is already at the end of the page, I'll
automatically load new content to the bottom.
I looked at the jQuery dimensions plugin, but that doesn not to be the
answer.
Any h
Hang tight, I am coming out with a magnifier plugin in the next couple of
days. It won't have the dragging stuff, but you'll be able to magnify a
portion of an image. And it will have the ability to dynamically load the
large image if desired.
-- Josh
- Original Message -
From:
> Yeah, but then the foreground div is still transparent.
> The website will 'shine' through.
Not if you set your styles correctly.
Has anyone else experienced the following issue with blockUI and IE6?
I am using:
jQuery version 1.2.6 (05/24/2008)
blockUI version 2.07 (05/17/2008)
Below is a link to a SSCCE that should demonstrate the issue.
http://myorangepeels.com/blockui/blockuidemo.html
Try this:
- Start with the windo
Yeah, but then the foreground div is still transparent.
The website will 'shine' through.
On Thu, May 29, 2008 at 4:44 PM, malsup <[EMAIL PROTECTED]> wrote:
>
> > The background div has to be positioned absolute, because it overlays the
> > actual site "beneath" it.
> > If you do that with your
In fact, this problem occures when i use dialog function ( from jquery
UI) with the aim of surrounding a form with a window.
In this case, select an option from select area doesn't work with IE
7.
Olivier
On 29 mai, 14:43, olg <[EMAIL PROTECTED]> wrote:
> Hi Folks,
> I use JQuery anf JQuery UI
bragovo wrote:
I'm looking for the plugin for jQuery with similar functionality as
jcp.com (http://tinyurl.com/4scf8y)
With Zoom and Drag & Drop effect, and most importantly with dynamic
loading part of large image.
I don't know the state of this project:
http://code.google.com/p/jquery-
> The background div has to be positioned absolute, because it overlays the
> actual site "beneath" it.
> If you do that with your example, the foreground div will also be
> transparent.
I see what you mean now. With the way your markup is structured there
is no way for the corner plugin to figu
roxstyle wrote:
http://www.roxstyle.com/projects/blssi/cms/user-tools/user-contract-details.html
on this page there is one link system using toggle,
for the link"Add More Existing Accounts"
and this works,
but on pages where the system is used more than once, such as:
http://www.roxstyle.com/p
Yes. :)
On May 28, 7:19 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> You're calling the methods inside a document.ready, right ?
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com
>
> On 28 mayo, 13:47, rbjaanes <[EMAIL PROTECTED]> wrote:
>
> > Seems as if Safari doesn't know the required info b
Hi Mike,
Thanks for your quick reply.
I can see that your example works, but there are some problems with it.
The background div has to be positioned absolute, because it overlays the
actual site "beneath" it.
If you do that with your example, the foreground div will also be
transparent.
So I us
> First I display a div that covers the whole page and has a black,
> transparent background.
> Then I show another div, white background, centered on the screen.
> So it's a kind of popup.
> The problem is that when I just use $(...).corner(), nothing happens.
> But if I color the corners with $(
Oh, right.
I haven't worked with xml before so I was thinking that if I injected
it into a div it would just show it as regular text. Guess not.
Thanks a lot man, I got it working now :-)
On 29 Maj, 14:45, malsup <[EMAIL PROTECTED]> wrote:
> What exactly do you want to have happen? You're using
Has anyone ever used this flash embed plugin?
http://plugins.jquery.com/project/flashembed
Do you know how to pass it some flashvars? I read the documentation
but couldn't find anything clear..
Thanks vitto
Tony ha scritto:
Hi,
There is an extra semicolon at end of css's value:
$a.css({'background-image':'url("'+img.url+'");'})
First question fired!
:-)
Thank you.
--
gianiaz.net - web solutions
p.le bertacchi 66, 23100 sondrio (so) - italy
+39 347 7196482
Hi Everyone,
I've recently updated my "Highlight" plugin, which is designed to
increases usability by highlighting elements as you interact with the
page. Its primary use is for forms, but it can also be used for
tables, lists, or any element you specify.
Examples uses:
* Form-filling can b
Hi Everyone,
I've finally updated my Populate plugin, which populates a form using
JSON data.
This plugin supports full PHP hierarchical naming and deep JSON data
structures, as well as checkbox arrays and other non-standard UI
controls. The plugin can be used as part of your AJAX toolkit, or fo
Hi Folks,
I use JQuery anf JQuery UI plugin for my web application. Some
troubles with select html tag have come since i use IE 7 to browse it.
It's not possible to select any option with mouse. It's works fine
with keyboard.
It's only possible with mouse when the focus is out of select area
(craz
Hi folks,
I use JQuery and JQuery ui for my web application but some troubles
have come with select html tag since i use IE 7 to browse it.
It's not possible to select an option with mouse.
it works only if the focus is out of select area.
However, It's possible to select an option with keyboa
I'm trying to use the corner plugin (http://www.malsup.com/jquery/corner) to
create rounded corners on a div.
First I display a div that covers the whole page and has a black,
transparent background.
Then I show another div, white background, centered on the screen.
So it's a kind of popup.
The pro
On May 29, 8:22 am, eid <[EMAIL PROTECTED]> wrote:
> Thank you for the response, but that doesn't seem to have any effect
> at all.
>
> On 29 Maj, 14:02, malsup <[EMAIL PROTECTED]> wrote:
>
> > Add this to the top of register-process.php:
>
> >
What exactly do you want to have happen? You're
Thank you for the response, but that doesn't seem to have any effect
at all.
On 29 Maj, 14:02, malsup <[EMAIL PROTECTED]> wrote:
> Add this to the top of register-process.php:
>
>
I search plugin for jQuery whis similar functional
I'm looking for the plugin for jQuery with similar functionality as
jcp.com (http://www3.jcpenney.com/jcp/ProductImageview.aspx?
IT=G&ID=13b85b6&MD=RN&GRT=SIZ&E=F&SA=T&VT=ZV&I=0900631b814acb62M.tif&VAS=&AV=T&HM=F&RGB=&AS=&AST=&BID=&VID=&RU=http
> I was able to change the background color, but I was not able to make it
> transparent. When I enter options.bgColor = 'transparent', it creates a
> green background behind the sifr text. I have not specified that green
> anywhere within the code. Can you please tell me how to make the backgrou
jqModal does not work with 1.2.5 (6) due to this line of code in
jqModal
z=(/^\d+$/.test(h.w.css('z-index')))?h.w.css('z-index'):c.zIndex,
In previous versions of jQuery the line
(/^\d+$/.test(h.w.css('z-index'))) return undefined in IE6/IE7 (i.e.
false)
In 1.2.5 this return 0 (true) which is r
> Here's register.php - the page with the form and the js
> http://pastebin.com/m696999f7
>
> and register-process.php which handles the data and was supposed to
> return something which I guess it doesn't. Without AJAX it echoed the
> responses just fine
> http://pastebin.com/m35017afe
>
> the #l
Thanks for that. I've got it working now.
One question, though, and this applies to all animations... how can
the animation be made smoother? I've seen pretty slick animations in
other libraries and wondering how jquery can be tweaked to make the
animations smoother.
Any ideas?
On May 29, 12:00
Hi, I'm trying to do a register script. It works fine, but now I try
to "AJAX it up" and it breaks.
Here's register.php - the page with the form and the js
http://pastebin.com/m696999f7
and register-process.php which handles the data and was supposed to
return something which I guess it doesn't.
Thanks for that. I've got it working now.
One question, though, and this applies to all animations... how can
the animation be made smoother? I've seen pretty slick animations in
other libraries and wondering how jquery can be tweaked to make the
animations smoother.
Any ideas?
Alexandre Plenne
Hi,
At first I'm very sorry for my english. If any sentence or word is a
little bit confusing, just ignore it.
The Problem:
I have to refresh a background-image of a element every x
seconds. It's a image which is generated of a PHP Script, so the image
changes. Unfortunately there were flickeri
Hi,
maybe you can use swfupload?
http://demo.swfupload.org/simpledemo/index.php
Hit the browse button and use ctrl/shift to choose multiple files...
There are more demos available too...
Good luck!
Regards,
Mickster
On May 29, 12:05 am, Fred <[EMAIL PROTECTED]> wrote:
> Hi guys, I have to open
There's a simple way to have a loading image without any javascript at
all. Simply use CSS. Either give the image in question a background
image which serves as your "loading" image (I've not tried this out so
am not sure it would work), or if that approach doesn't work, wrap
your image in anoth
$.load() using $.ajax() at it's core so yes.
It's a really good idea to check the documentation and the source code
when you have questions like this.
Karl Rudd
On Thu, May 29, 2008 at 8:13 PM, Arun Kumar
<[EMAIL PROTECTED]> wrote:
>
> Will these settings gets applied to load() function also?
>
Hi,
There is an extra semicolon at end of css's value:
$a.css({'background-image':'url("'+img.url+'");'})
-Tony
On May 29, 15:23 pm, Giovanni Battista Lenoci <[EMAIL PROTECTED]>
wrote:
> Hi, I have 2 little questions:
>
> 1. In a piece of code I wrote:
>
> $div = $(' div>').appendTo($
Hello,
i've own plugin.
My code:
$('#jXInput').tellMe('rpc.php', {noCache: true, param:
'rType=zum&rGroup=1', dataProcessing: function(d, sD) {
$('#jXInput').parents('tr').eq(0).children().each(fillIt);
function fillIt(index, el) {
if (!index)
Err hello?
Managed to get it working ... kind of but out of interest wanted
to know if I was missing some jQuery idioms within the .each()
function?
Any thoughts gratefully received.
R. ( Noobie )
function addSubform(childtype) {
subformCount++;
var thisType = childtype;
var mysu
This is the msn video site: http://video.msn.com/
On the home page, we can see some small preview pictures of
videos.When we move the cursor over it, the picture will disappear,
and some description text about the video will show up and replace the
area of the original picture. When we move the cu
Hello,
I have this code to generate Textboxes at the click of a Button -
-
function addRowToTable()
{
var tbl = document.getElementById('tblSample');
var lastRow = tbl.rows.length;
// if there's no heade
Hi,
I'm a recent convert to jQuery, and so far, so great! I'm slowly
moving through my home rolled javascript and migrating it across. One
script which I'm desperate to fix is a generic 'addSubform' routine
which I use to create a new child form (say address form) for a parent
form (say o
On Thu, May 29, 2008 at 2:45 AM, Dave Methvin <[EMAIL PROTECTED]> wrote:
>
>> it does the job but I still find the behavior unexpected :P
>
> How could the documentation be changed to clarify the function so that
> you would expect its behavior?
>
> http://docs.jquery.com/Selectors/contains#text
You can't do that with the file input control.
You'll have to use Java or ActiveX.
On Thu, May 29, 2008 at 12:05 AM, Fred <[EMAIL PROTECTED]> wrote:
>
> Hi guys, I have to open a browse dialog window that allows selection
> of multiple files, basically for selection of multiple files to
> upload.
Will these settings gets applied to load() function also?
On May 28, 3:21 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> Woops sorry, hit Send too soon.
>
> http://docs.jquery.com/Ajax/jQuery.ajaxSetup
>
> And the options are defined here, in the Options tab:
>
> http://docs.jquery.com/Ajax/jQuery.
Hi,
I'm a recent convert to jQuery, and so far, so great! I'm slowly
moving through my home rolled javascript and migrating it across. One
script which I'm desperate to fix is a generic 'addSubform' routine
which I use to create a new child form (say address form) for a parent
form (say organisat
Figured out the problem. Array.indexOf is not supported by Opera 9.27
or IE.
On May 29, 1:41 pm, Keri Henare <[EMAIL PROTECTED]> wrote:
> Opera 9.27 throws up this error:
>
> Event thread: click
> Error:
> name: TypeError
> message: Statement on line 80: Type mismatch (usually a non-object
> val
Unlikely, because security doesn't allow scripts to roam free within
the client's harddisk.
I hear FF 3 is doing something to tackle the Sandbox issue, but can't
say how long that will take, if at all.
On May 29, 3:05 am, Fred <[EMAIL PROTECTED]> wrote:
> Hi guys, I have to open a browse dialog w
Hi,
I like jQuery a lot since I started working with it some months ago
and I am thrilled when I see jQuery UI.
But there is one thing that I don't like: jQuery ships code that I
don't need and that users have to download even if it is not used. I
am talking specifically about the ajax code in jQ
Use addEventListener
In IE this is attachEvent
if (td.addEventListener){
td.addEventListener('mouseDown', changeClass, true);
} else if (td.attachEvent){
td.attachEvent('onMouseDown', changeClass);
}
function changeClass() {
$(this).css('asds','asdasdsa');
}
On May 28, 7:50 pm, melwood
Heres my page:
http://tinyurl.com/65ffwr
Click on the FAQ & Prices buttons to see the functionality and the
problem.
I'm using jquery to hide the 'Go Back' button until the other buttons
are clicked. When they are, the 'Go Back' Button fades into view.
See the problem? When the the 'Go Back' b
jQuery.ToolTip Great Job.
I have an application where I make a code injection of many Html
elements dynamically. I know that for each Html element the
jQuery.tooltip library injects this attribute: "jQuery" + Date and the
value is an unique identify. My problem is that "some times" (I don't
know
I'm having the same exact problem. 1.2.3 works perfectly fine, but
1.2.5/.6 does not work - specifically with jqmodal.
On May 28, 5:49 am, M_Freeman <[EMAIL PROTECTED]> wrote:
> Once I upgraded to 1.2.5 and 1.2.6 there seems t be a problem with the
> way that jQuery sets the opacity filter in IE
Thanks for your suggestion. Now, I reduce my code as the following. But it
still does not work under Opera.
Maybe I have to use my own javascript instead of jquery, or I will try to
fix this problem of jquery.
===
Insert title here
function refreshProgress(){
a screen shot to illustrate my point ...
if I can venture an non-expert diagnostic, it seems that in the second
case jQuery considers that the html in the contains() statement is the
"context" of the statement and not the html document ...
EuGeNe -- http://www.3kwa.com
<>
here is a prototype i am putting together.
http://www.roxstyle.com/projects/blssi/cms/user-tools/user-contract-details.html
on this page there is one link system using toggle,
for the link"Add More Existing Accounts"
and this works,
but on pages where the system is used more than once, such as:
Can you be a bit more explicit about what it is that you want to do?
eg.
hide H1 where next element does not have class 'fred'
or
hide DIV, H1 and H6 where first child is not (DIV.dynamo)
or
hide P, H1 thru H6 where next element is not (P.kiev) or is (P.kiev
having a child of A.hideme)
Then
malsup wrote:
>
>
> You can control the background color using the 'bgColor' option. I
> just updated the sIFR demo page to show how to do this and also how to
> control the font size using the height option:
>
> http://www.malsup.com/jquery/media/sifr.html?v2
>
> Mike
>
>
I was able to
Is fusionSlider.panelPositions an array or a string?
If it's an array, then using indexOf() on it is wrong.
If it's a string then I can't work out what it that statement is
intended to achieve ... but indexOf() should take a string as its
input, not a number!
On May 29, 2:41 am, Keri Henare <[EMA
Fred wrote:
Hi guys, I have to open a browse dialog window that allows selection
of multiple files, basically for selection of multiple files to
upload. Any ideas?
I believe You can't override the browser's file upload dialog, which
only allows one file at a time unless you use a browser plug
I never work with ASP, but if you known a little PHP you have an Idea
how to do that with ASP.
If you have success with this it will be good to send me example, so
that other users will be happy
with this
Regards
Tony
On May 29, 5:03 am, Nimrod <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I found jQGrid
Hi, I have 2 little questions:
1. In a piece of code I wrote:
$div = $('').appendTo($container);
$a = $('').appendTo($div);
$a.css({'background-image':'url("'+img.url+'");'})
$a.addClass('element');
$a.attr({'rel':img.basename});
To create a thumbnail image galler
86 matches
Mail list logo