Because I don't want to deal with the customer service calls generated
by the ActiveX objects. Plenty of people working in corporate
cubbyholes get their computers locked down so that ActiveX isn't
allowed to execute. Not that I really want to worry about IE6 but I
can't exclude them yet. :)
And,
Sridhar Kuppalli wrote on 10/14/2008 11:32 AM:
> Which of these are better for faster loading?
>
> jquery-1.2.6.min.js(size-54kb)
>
> jquery-1.2.6.pack.js (size-30kb)
>
The min version. Even better, enable gzip compression at the server. And even
better still, use the Expires
It seems to work as I expect it too on the example page.
Can you provide a working example and explain what you expect to happen?
Karl Rudd
On Wed, Oct 15, 2008 at 2:02 PM, Mech7 <[EMAIL PROTECTED]> wrote:
>
> http://docs.jquery.com/Events/mouseout
>
> Even in the example it does not work corre
Nitobi has a $ function of it's own which conflicts with jQuery's version.
See the link below for how to get things working together:
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Karl Rudd
On Wed, Oct 15, 2008 at 1:23 PM, elyas <[EMAIL PROTECTED]> wrote:
>
> i am using Interspie
http://docs.jquery.com/Events/mouseout
Even in the example it does not work correct.. for example make some
circles with the mouse on mouseout.. it will keep adding numbers.
Also with mousenter, move it fast and the numbers will go up with big
amounts. :( How to fix this, i can't use mouseout ca
Hi Michael,
Thanks for the pointers - no -- the treatment of rel attribute on
tags
is limited - so I guess it will be OK - i run the code on Ajax
success event -
- again thanks much !
i am using Interspier Shopping cart and they are using Jquiry.
when i add the nitobe combo box to page it doest work. if i comment
out the
Got some example code that fails?
On Oct 14, 4:37 pm, Miroku <[EMAIL PROTECTED]> wrote:
> Hi guys,
> I'm having problems with the Ajax load() function.
> I use it one time and then I'm not able to use it anymore.
>
> I know there's a section for this in the FAQ but there it talks about
> links...
This fix to your superfish.css seems to work, but I haven't fully
tested it. Obviously, you had this in there for a reason...?
I commented-out the margin-bottom:
.sf-menu {
float: left;
/*margin-bottom:1em;*/
}
On Oct 14, 9:15 pm, "Joel Birch" <[E
Hi Joel,
Sorry, it's not the bottom margin. I even specified a 0px bottom
margin with no change.
There's nothing in the end of the div -- see my example above.
Firebug points to the UL class "sf-menu sf-js-enabled sf-shadow".
I'm using the standard superfish.css with the addition of the menuback
Hi Kelly,
The extra 'padding' is most likely a bottom margin of the div, or even
of the div's contents, or a top margin of the elements below. You can
use the Firebug extension to see what is causing the unwanted space.
If you are unfamiliar with Firebug I can guarantee you that it is well
worth
Joel,
Thanks for the quick response! I tried that, but it forces extra
'padding' below the menu that I can't seem to get rid of. Have you
tried it? If you have any further suggestions for using the div, I'm
all ears. :)
You are correct, I could use a more in-depth understanding of CSS
T
Please see your original thread for my reply.
Joel Birch.
Hi Kelly,
More than likely your menu is 'floated' left and the div container is
not 'clearing' it's contents, ie. it is collapsing to zero height. IE
clears contents automatically which is why it appears to work in that
browser and not in standards compliant browsers. Simply add
float:left; to yo
fyi - clarify browser: FF 3.0.3. It works only in IE.
On Oct 14, 8:16 pm, KellyS <[EMAIL PROTECTED]> wrote:
> Sorry, but this doesn't work in 1.4.8.
> I need an EASY way to run the menu ALL ACROSS the page. I can't
> believe anyone would just run a menu half-way. Very, very odd.
>
> On Se
fyi - I didn't clarify the browser, although it's almost an
assumption: FF 3.0.3.
I desperately (always need to) span any menu across the full page. I'm
shocked there are no examples of this. Anyway, it doesn't work. See
example code below. I need to define a css class so that the menu
spans the FULL width of the page.
Any workarounds or do I scrap jQuery??
css:
#menuback
Yuck
Break out the $.ajax code out of the markup, that's just making it
tons more difficult to debug
$(document).ready(function() {
$.ajax({
type:'POST',
dataType: 'json',
data: this.serialize(),
url:'/trainingHelper/user/signUp',
success:function(data,text
Sorry, but this doesn't work in 1.4.8.
I need an EASY way to run the menu ALL ACROSS the page. I can't
believe anyone would just run a menu half-way. Very, very odd.
On Sep 30, 11:59 pm, pillpusher <[EMAIL PROTECTED]> wrote:
> to go right all the way across the screen, i put my and tags
> in
Hi folks,
I've searched the Internet for a while but couldn't find a reason why my
problem occurs.
So, I'm working on a jQuery-plugin for Grails and I'm struggling with an
AJAX-submit of a form.
The attached code, generated by the plugin, leads the browser (Opera
9.6, Firefox 3.0.3 working with
I like Paul's solution better than mine. It's cleaner to attach an event
handler rather than rewrite the href attribute.
Does your page have a large number of tags, or just a few? If there are
a lot of them and the jQuery code slows the page load down, you could use
event delegation to fix that,
Actually, I've done some tests where I just make a small div with
nothing in it, set it to a fixed width and height, and it still has
poor performance.
I think I may need to mock up some simple test cases.
On Oct 14, 3:20 pm, Louis <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I recently worked on a proj
I'm not sure i follow you. Are you saying that I just need to style
the draggable element to a fixed size?
On Oct 14, 3:20 pm, Louis <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I recently worked on a project that used a lot of draggable items
> combined with some sorting functionality.
>
> There seemed
thanks, that was the right solution,
i also found this in another thread, after i let the dog out, really:)
On 15 okt, 00:44, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> You've got a trailing comma here:
>
>geslacht:{
>required: true
>
hi ricardo, first of all, thank you for your time.
Can you tell me which browser you used for the test?
preloading the images is necessary because the other alternative would be to
not put the tags in the dom and feed them via ajax, but then it would
make the website content unaccessible for non
Tane Piper wrote:
> Anyway, feel free to poke and prod at the code and feel free to
> feedback any issues. There is a public tracker on the repo above that
> you can raise tickets to as well.
Awesome :)
I'm not sure when I'll have time to update to this but it looks like
excellent progress. Th
Some browsers have "DOM change" type events but not all. Your best bet
is one of the plugins like LiveQuery.
Karl Rudd
On Wed, Oct 15, 2008 at 5:53 AM, AstroIvan <[EMAIL PROTECTED]> wrote:
>
> I have a set of functions I'd like to reapply if the dom changes.
> Example being a page section being
As I said, I'd work on the streetview module and here it is! You can
grab the latest source, or grab the build from here:
http://groups.google.com/group/jmaps/web/jquery.jmap.js
To see the streetview in action, here is a snippet to use:
$('#map1').jmap('init', {mapCenter:
[40.75271883902363,-7
You've got a trailing comma here:
geslacht:{
required: true
},
Removing it should fix IE (and every other non-FF browser).
Jörn
2008/10/15 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> Hi, i use the validation plugin form
Try the val function: http://docs.jquery.com/Val
- Michael
- Original Message
From: wyo <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Tuesday, October 14, 2008 12:49:58 PM
Subject: [jQuery] Using multiple selectors
I've a form like
Now I try t
Hi,
I've made a sliding gallery which works well enough, but I'm currently
having to use a lot of conditional statements to work out where the images
need to be animated. Is there a way to use variable within the animation
function? E.g.
$(whatever).animate({variable: '200px'}, 200);
If I repl
Hi guys,
I'm having problems with the Ajax load() function.
I use it one time and then I'm not able to use it anymore.
I know there's a section for this in the FAQ but there it talks about
links... I need to use that function with the onload event or in the
body inside a javascript tag, so I don'
Hi, i use the validation plugin form http://docs.jquery.com/Plugins/Validation
All works perfect, i thought.
With Firefox it works really perfect, but when i change to explorer
mode, there is no validation at all?
Spent all evening to this problem, but really cant find out why its
not working
Wow Tony! Just WOW! :D
Rey...
Tony wrote:
Hello all,
A new version of jqGrid is available.
All the new features and bug fixes can be found here
http://www.secondpersonplural.ca/jqgriddocs/index.htm
Be a sure to visit the demo page for the new features.
http://trirand.com/jqgrid/jqgrid.html
T
There are lot of reasons why the included file didn't work, and its
hard to tell without looking at it. I recommend to use Firebug: Check
the Net tab to see if the file was actually loaded.
Jörn
On Tue, Oct 14, 2008 at 11:05 PM, Weyert de Boer <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> I am curiou
That first link contained a link to the documentation here:
http://docs.jquery.com/UI/Accordion
Jörn
On Tue, Oct 14, 2008 at 10:44 PM, Mauricio (Maujor) Samy Silva
<[EMAIL PROTECTED]> wrote:
>
> I am playing with the jquery.accordion.js plugin. [1]
> I did searches in order to discover a resourse
Right. Autoupdated documentation browsers that use the content from
the wiki are a high priority! We're slowly getting somewhere.
Jörn
On Tue, Oct 14, 2008 at 10:12 PM, Rainaer <[EMAIL PROTECTED]> wrote:
>
> Exactly!!! Thank you... I'm finding that the documentation is not very
> easy to navigate
Hi Michael & Paul
Thanks for your replies - both expressions work !
(plus another I worked on prior to your responses).
Just have to say thanks for the great jquery community support
offerred here
While I have your attention - had another question to ask
Since I am translating the standard
Hi folks,
I'm pleased to announce a new release of jMaps. It's been a while
since it has been updated, but I found out it recently features in a
chapter in O'Reilly's JavaScript: The Missing Manual so I decided it
was probably time to fix it up!
The new release has a few major changes which I'l
Hi,
I recently worked on a project that used a lot of draggable items
combined with some sorting functionality.
There seemed to be major performance issues with FireFox 2 when we
tried calculating things on the fly, as the items were dragged. The
main culprit of this kind of problem is widths an
Hello!
I am curious how I can add all the validation code in a separate file.
I have put the code in a javascript file then included it.
Only it ain't working then. Do I need to do something special for this work?
I have like this in the file:
$(document).ready(function() {
var validator =
You could try:
$(document).ready(function() {
$('#Test').find('input[name="Prefix"]').css('background-
color','yellow');
});
but you should consider getting rid of the table as you can style a
form's layout using css for tags like form, fieldset, label, input...
On 14 Okt., 22:40
I am playing with the jquery.accordion.js plugin. [1]
I did searches in order to discover a resourse explaining the itens: values
passed in the code implementation for the various flavors of the plugin
documented on the demo page [2]
For example:
What does means, and which values are allowed for:
The input needs to have an ID, jQuery can't reference by the name
attribute using the style you specified. You might also try:
$("#form input['name=Prefix']").val("Testing");
Here's more on selecting by attribute:
http://docs.jquery.com/Selectors/attributeEquals#attributevalue
And for more on s
Understood. The problem is, this will be replacing an existing
application that does re-focus the previous field. And the plan is to
make the web app work much like the existing app, but with even more
functionality. The only way I've found so far to handle the focus is
with a setTimeout() to f
Exactly!!! Thank you... I'm finding that the documentation is not very
easy to navigate on the jquery site...
the information I wanted was there all along, I just couldn't find it.
On Tue, Oct 14, 2008 at 2:36 PM, Jörn Zaefferer
<[EMAIL PROTECTED]> wrote:
> Nevermind, your reply, pointing to tog
Hello list,
I am trying to show a dialog box when user hover a link. The following works
on firefox only. Is there better way to do it via jQuery(or browser
independent) way?
My
link
I think event.pageX is the culprit, but any other advice is appreciated.
Thanks in advance,
-Z
--
http://code.g
I have a set of functions I'd like to reapply if the dom changes.
Example being a page section being refreshed and I need to reapply
event listeners. I'm aware of the listen/intercept plugins, but it
doesn't sound like they're exactly what I need. I typically do event
delegation manually with 'i
Hi;
I have used this script for text shadow.
http://eyebulb.com/dropshadow/
When css is in html file, every thing is ok. But when I ımport external css
i cant see any style in my page, and i cannot use this script in my designs
with imported styles. My example file is
http://www.nabble.com/file
I've a form like
Now I try to access it in the following way:
$('#Test, Prefix').value = 'Testing";
I also tried
$('#Test', 'Prefix').value = 'Testing";
with no success. Any idea what's wrong?
O. Wyss
Forcing focus on a field is always a bad idea. Consider other means,
like disabling fields.
Jörn
On Tue, Oct 14, 2008 at 9:23 PM, TimW66 <[EMAIL PROTECTED]> wrote:
>
> Sorry to hijack a topic, but I too am writing some custom validation,
> and I am running into a problem. I have a table form whe
Nevermind, your reply, pointing to toggle, should be what he was looking for.
Jörn
On Tue, Oct 14, 2008 at 8:56 PM, Eric <[EMAIL PROTECTED]> wrote:
>
> FAIL. :-(
>
> On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote:
>> or at least I tried to change the subject... hrm...
>>
>> second try.
>>
>
To start with, take a look at the various options related to
displaying messages:
http://docs.jquery.com/Plugins/Validation/validate
"Use errorClass, errorElement, wrapper, errorLabelContainer,
errorContainer, showErrors, success, errorPlacement, highlight and
unhighlight to control how invalid el
Yeah, wow! I'm definitely bookmarking that! Very nicely done!
Chris
On Tue, Oct 14, 2008 at 2:08 PM, Benjamin Sterling <
[EMAIL PROTECTED]> wrote:
> Tony,
> I really must say that that is a beautiful piece of work; I don't have a
> need for it right now but be sure that I have bookmarked and pas
Sorry to hijack a topic, but I too am writing some custom validation,
and I am running into a problem. I have a table form where after data
is entered in the first field on the row, a new blank row will be
added to the bottom of the table. I want to keep the user from
entering a duplicate value
Checkout my reply in this other thread to help you get the clicked and
hover functionality working:
http://tinyurl.com/3lqr7y
In terms of hiding and showing the div, it looks like you've got a
*lot* of stuff going on there. My first recommendation is to bundle
your actions up into "hideSidebar()
Tony,
I really must say that that is a beautiful piece of work; I don't have a
need for it right now but be sure that I have bookmarked and passed your url
on to other devs.
On Tue, Oct 14, 2008 at 2:59 PM, Tony <[EMAIL PROTECTED]> wrote:
>
> Hello all,
> A new version of jqGrid is available.
> A
Hello all,
A new version of jqGrid is available.
All the new features and bug fixes can be found here
http://www.secondpersonplural.ca/jqgriddocs/index.htm
Be a sure to visit the demo page for the new features.
http://trirand.com/jqgrid/jqgrid.html
The jqGrid home page is here
http://trirand.com
Anyone?
On Oct 13, 6:08 pm, TimW66 <[EMAIL PROTECTED]> wrote:
> I'm seeing some odd behavior in IE with my SELECT boxes. In the
> static HTML, I have the following:
>
> Select Type
>
> --- Type ---
>
>
> In JavaScript, I have the following:
>
> $.get("create.do", params,
> func
FAIL. :-(
On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote:
> or at least I tried to change the subject... hrm...
>
> second try.
>
> On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote:
>
> > I'm sorry, I don't have an answer, but I have edited the subject line
> > of the message so that the
or at least I tried to change the subject... hrm...
second try.
On Oct 14, 2:31 pm, Eric <[EMAIL PROTECTED]> wrote:
> I'm sorry, I don't have an answer, but I have edited the subject line
> of the message so that the people that *can* help can better identify
> the message.
>
> I did notice that
I'm sorry, I don't have an answer, but I have edited the subject line
of the message so that the people that *can* help can better identify
the message.
I did notice that there's a "toggle:" callback function. Check out the
documentation (click over to the Options tab):
http://docs.jquery.com/Plu
My personal recommendation is to go with the "min" version of jQuery
and any plugins.
As Crockford says:
"Any transformation carries the risk of introducing a bug."
http://yuiblog.com/blog/2006/03/06/minification-v-obfuscation/
A Combo of JSLint and JSMin is about as safe as you can get.
-E
On
IE6 crashes whenever I click on a div that is supposed to toggle (or
hide or show -- I've tried them both) a neighboring div. Otherwise,
this script works perfectly fine in IE7 and FF3.
Here is the div (located inside a php script):
echo ' Click Here to Add More
Subscriptions';
Here is the jQuer
I would like to be able to dynamically assign aditional functionality
to the onclick event within the treeview list structure so that it
would not only expand the tree display, but also perform a function
which I assign to the list element.
Is this possible?
Thank you
Robert Zumwalt
so i have a modal window that loads an iframe.
inside this iframe i have my jquery.js src links. within the
functionality of this html in the iframe is a pice of code that
dynamically generates form fields. Now in the file that generates the
form fileds i have a div with an id of jquery and this
Awesome!
On Tue, Oct 14, 2008 at 12:37 PM, nono <[EMAIL PROTECTED]> wrote:
>
> I love jQuery.ui and work with dialogs. Nice work ui team!
>
> An example... http://dashboard.nonomartinez.com
>
You could load the splash page dinamically, remove it on click, and
then load the contents, all in the same page. But if location.href is
working for you go with it :)
- ricardo
On Oct 14, 10:38 am, Dwayne <[EMAIL PROTECTED]> wrote:
> Thanks for the reply Ricardo. I realize it's unusual to make
Thanks for a prompt response and you might be right that it can be
IE's security settings. So is there is a way to overcome this?
On Oct 14, 12:53 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> Looks like it is because of your IE's security settings
>
> http://www.google.com/search?hl=en&q=Vista+IE+A
Looks like it is because of your IE's security settings
http://www.google.com/search?hl=en&q=Vista+IE+Ajax+Automation+Server+can%27t+create+object&btnG=Search
On Oct 14, 12:47 pm, qasimrasheed <[EMAIL PROTECTED]> wrote:
> I am having a stange problem with performing a simple AJAX call on a
> Vi
This blog post sheds some light on your question
http://ejohn.org/blog/library-loading-speed/
On Oct 14, 12:32 pm, "Sridhar Kuppalli" <[EMAIL PROTECTED]>
wrote:
> Hi All,
>
> Which of these are better for faster loading?
>
> jquery-1.2.6.min.js (size-54kb)
>
> jquery-1.2.6.pack.js
ok i've found the problem. we had an old parameter with the character
"%" and it was completely useless
On 12 Ott, 21:04, fede <[EMAIL PROTECTED]> wrote:
> Hi, i'm calling a Spring controller from jQuery (ajax call) and i have
> this warning on Tomcat 6:
>
> 12-ott-2008 20.50.57 org.apache.tomcat
I am having a stange problem with performing a simple AJAX call on a
Vista machine using IE as the browser. The same request work fine with
Firefox on the same machine. Here is the sample code
$(function(){
$("#temp").load("test2.cfm");
});
The error I get in the script window will
I love jQuery.ui and work with dialogs. Nice work ui team!
An example... http://dashboard.nonomartinez.com
Shame on me, developing on a Mac and ignoring IE. Now I have to go
back and figure out all the IE issues. But here's one where Google has
been zero help to me, so I'm appealing to the jQuery community.
I'm using jquery.ufo.js to unobtrusively embed Flash objects. Works
great on all flavor
Hi Ariel,
I was able to fix the issue. Apparently the WP pngfix plugin for wordpress
was conflicting with it.
Thanks a lot for your help!
Ritz
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ariel Flesler
Sent: Tuesday, October 14, 2008 8:58 A
Hi All,
Which of these are better for faster loading?
jquery-1.2.6.min.js(size-54kb)
jquery-1.2.6.pack.js (size-30kb)
One more strange thing I have observed is when I include
http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
the loading time is very less compa
" It seems the problem is that jQuery cannot
find elements having an ID with dots in it"
It can, but you need to read the documentation on how to get around
jQuery thinking the dot means "has CSS class of"
http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weir
hi!
i've implemented with great pleasure the listnav plugin for our internal
addressbook. However, there is one issue i'm facing: i'm also using the
jscrollpane plugin to display a custom scrollbar for the div in which sits
the listnav UI.
I need to recall the jscrollpane() function after each li
Hi all,
I am just getting started with the jQuery validation and was wondering
if someone can help me out with a question I had with using it.
>From what I read, the validation plug-in automatically adds and
removed the 'label' error tags into the page. For my requirements, I
need more customisa
The easiest way would be to have an id on the button like:
and then the jQuery would be:
$(document).ready(function() {
$("#submit").attr("disabled", "disabled");
});
On Oct 14, 2:12 am, Rahul Sinha <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Please go through the below given requirement and provid
First sorry for the errors in my example. Braces was a typo. Div
with name attribute was an error also. My real issue is with a select
tag.
Anyway...while creating a sample page I have found that the problem is
different than I thought. It seems the problem is that jQuery cannot
find elements
Sounds like a good idea, but according to the Plugin page, "this
plugin tracks the user's mouse onMouseOver and waits until it slows
down before calling the onMouseOver function." That probably won't be
useful here: What I need is for stop() to only affect the hover
functions.
As a work-around, I
Hi All
I was wondering if anybody could help me please. I have several divs
on a page that show.hide according to an image button that is pressed.
1. The buttons need to hover but the one that was clicked needs to
stay in the hover/selected state.
2. The button that is selected, doesn't need to
Good to know... and yes, Jorn's work is great and we appreciate his
contributions to the community!
Rick
Kevin Scholl wrote:
Yeah, I have to speak very highly of Jorn's plugin. It's quite
comprehensive and very solid. When I started on mine (the first simple
version was about a year ago) I sim
Hi Remy,
thanks a lot for your help. This seems to work a lot better than the
initial version.
Do you know if there is a way to work around the bug caused
by .stop()? Because, now, if I move the mouse pointer across the panel
several times (in a short time) the panel will show/hide several
times.
did you try using the hoverIntent plugin ? I find that it makes hover events
much easier to work with.
http://plugins.jquery.com/project/hoverIntent
LAb[au] _ *lab*oratory for *a*rchitecture and *u*rbanism
Alexandre Plennevaux
Lakensestraat 104 Rue de Laeken
Brussel 1000 Bruxelles
België _ Be
Good call, I didn't know about stop().
I have one more problem though: stop() stops all animations, so the
next action (hide all of these boxes if any is clicked) gets halted. I
tried using unbind(), but it looks like it's either not working or
(more likely) is being terminated by the hover() met
Yeah, I have to speak very highly of Jorn's plugin. It's quite
comprehensive and very solid. When I started on mine (the first simple
version was about a year ago) I simply wanted to see what I could do
on my own, so I didn't use any of the existing plugins. But I don't
think you can go wrong with
On 14 Paź, 15:10, skankster <[EMAIL PROTECTED]> wrote:
> shorter:
>
> $('.required').siblings().not('input').append('*');
Well... for me it works like a charm!! Thank you, Skankster!!
shorter:
$('.required').siblings().not('input').append('*');
On 14 Okt., 15:05, skankster <[EMAIL PROTECTED]> wrote:
> How about:
>
>
> $(document).ready(function() {
> $('.required').parent().children().not('input').append('*');
> });
>
>
> Regards,
> Dirk
>
> On 14 Okt., 14:34, R
How about:
$(document).ready(function() {
$('.required').parent().children().not('input').append('*');
});
Regards,
Dirk
On 14 Okt., 14:34, Radoslaw Janusz <[EMAIL PROTECTED]> wrote:
> Radoslaw Janusz napisał(a):
>
> > Hello , oh allmighty group ;-),
> > I have a number of forms,
Nope, I thought I had a snippet for this on the "Doctorate on..."
post, it seems I forgot to add this one.
Will do as soon as I can.
--
Ariel Flesler
http://flesler.blogspot.com
On Oct 14, 6:13 am, "Armand Datema" <[EMAIL PROTECTED]> wrote:
> Thanks thats about how I solved it also just wanted
The screencast is not too useful. Do you have a link of this online ?
Check the script tab with Firebug, go into each script and make sure
none is 404.
--
Ariel Flesler
http://flesler.blogspot.com
On Oct 11, 8:08 pm, designjockey <[EMAIL PROTECTED]> wrote:
> also.. please see this screencasthttp
Thanks for the reply Ricardo. I realize it's unusual to make the user
wait.. but it basically comes down to an esthetic aspect for which i
would normally use Flash.
In short: I want to create a transition from the so-called splash
page, which basically is white with a logo in the center and the
ad
Radoslaw Janusz napisał(a):
> Hello , oh allmighty group ;-),
> I have a number of forms, which I validate with 'validate' plugin'.
> For all the required inputs I use 'required' class. The customer wants
> to have all the required fields of the forms marked with stars.
> I want to have it done wi
Yeah, got my stuff to work very nicely now...
... until, that is, i thought to try it in Mangleweb Exploder and now
it's all borked.
I'm going to cry now.
Hello , oh allmighty group ;-),
I have a number of forms, which I validate with 'validate' plugin'.
For all the required inputs I use 'required' class. The customer wants
to have all the required fields of the forms marked with stars.
I want to have it done with jQuery, but... how?
The html looks
> is there a way to recursively roll out until you reach a parent
> that matches a given id?
Here's the way to do it:
$("clickedElement").click(function(){
this.parent("#idOfWantedParent").doSomethingWithIt();
});
I think it should work this way, if not try to experiment with this or
$(this
Unfortunately you can't "POST" a cross-domain JSONP request. Ajax
requests can't be cross-domains so internally an "add script tag" type
of approach is used. This means that only "GET" type parameters (those
in the actual URL) can be used.
So you either have to go for a "local proxy" approach (if
1 - 100 of 124 matches
Mail list logo