You forgot to put ; after }) a couple of times.
IE is a bit strict in that regard.
Jonathan
Eddie wrote:
Hello all at jquery group, superfish menu in joomla works fantastic
but it gives an error in IE8 and my client hates it! the "done, but
with errors" this is the errordoes a
v_prim a")[i]==document.URL), I don't think this is the
proper way to do it, but if it works, great (just don't assume this will
work in all browsers, test it first).
Jonathan
tooone777 wrote:
Jonathan Vanherpe (T& T NV) wrote:
tooone777 wrote:
$("ul#nav_prim a&qu
tooone777 wrote:
$("ul#nav_prim a")[i]...
you need to use
$("ul#nav_prim a").eq(i)...
or
$("ul#nav_prim a:eq("+i+")")...
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu nv - jonat...@tnt.be
So you're basically writing a preview window or something for tinyMCE? I
can't really think of a different way of doing this, unless you want to
implement autosave and reload the content periodically with AJAX.
Jonathan
jordanrynard wrote:
I have two documents: The parent, and
I'm not sure what exactly you're trying to do, maybe if you gave us an
explanation of your overall goal we could help you better. There might
be other ways to do what you're trying that might not even involve
javascript and work everywhere.
FWiW, this behaviour is in FF 3.
he whole
font stack, this is way more useful information in most cases.
I didn't test in IE, but I guess this is a bug in Firefox.
Jonathan
Jonathan Vanherpe (T & T nv) wrote:
does every browser do that?
jordanrynard wrote:
I'm trying to retrieve the current font from a
css property through this method, but for
some reason the font returns as a default (serif), or sometimes (Arial, ...,
serif)
If anyone can shed some light on this issue, I will be indebted to you.
Thanks in advance!
Example page can be found at http://www.arcadiasitedesign.com/page1.php
http://
ours').hide();
}
});
});
This is untested, and can probably be written a lot shorter.
Throw a couple of console.log(); lines in there and I'm sure you'll
figure out what's wrong. If it still doesn't work, post your page online
somewhere.
Jonathan
123goto
$(this).ajaxSubmit({
target: '#Preview'
});
return false;
});
});
Greetings
Peter
--
Jonathan Vanherpe - Tallieu & Tallieu nv - jonat...@tnt.be
w how can I
make something like this
How can I do so ?
thanks
so , How can I do so ?
I'm waiting ... .
How about you just look at the source code?
http://www.altsoftware.com/alt_news_rotator.js
There's comments and everything
--
Jonathan Vanherpe - Tallieu & Tallieu nv - jonat...@tnt.be
;ll just assume the links
don't have rel="nofollow" . It really needs to be in the markup to be
effective.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
font-size: 44px
The font-size is set my this function:
$(".ui-selected").css('font-size', maxFont * percentage);
Is there a way I could strip the after dot part?
Thank you.
parseInt(maxFont * percentage,10) should do it.
see: http://www.w3schools.com/jsref/jsref_pa
German Bortoli wrote:
2010/1/18 Jonathan Vanherpe (T & T NV) <mailto:jonat...@tnt.be>>
German Bortoli wrote:
Hello everybody, I'm getting a problem in my server, for example
when someone want to upload an image with 5mb of size, on the
server side is k
AFAIK (at least not in all browsers).
Jonathan
--
www.tnt.be <http://www.tnt.be/?source=emailsig> *Jonathan Vanherpe*
jonat...@tnt.be <mailto:jonat...@tnt.be> - www.tnt.be
<http://www.tnt.be/?source=emailsig> - tel.: +32 (0)9 3860441
...)
Then try to figure out where the conversion happens with firebug (set
some console.log(var) markers in your code, look at the headers, etc...
Or post a link to a test case that shows the problem so we can have a
direct look at it.
Jonathan
youradds wrote:
Mmm, changing to that works
maybe it's because of the application/json part. I guess that should be
application/x-www-form-urlencoded or something. Just play with the
options you find here:
http://docs.jquery.com/Ajax/jQuery.ajaxSetup
Jonathan
youradds wrote:
Mmm, maybe that didn
Account
Your markup is invalid, div elements don't belong inside a elements.
[...]
Is there a fix for this?
Start with valid markup:http://validator.w3.org/>
Also, if it's not a link, don't use an element.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
actually, putting this once somewhere in your script should fix it:
$.ajaxSetup({ scriptCharset: "ISO-8859-1" , contentType:
"application/json; charset=ISO-8859-1"});
but still, you'll make your life easier if you just go for a completely
utf-8 workflow.
Jonathan
this seems to answer your question somewhat:
http://stackoverflow.com/questions/26620/how-to-set-encoding-in-getjson-jquery
although I'd personally recommend to just use utf-8 for everything (so
making your website and database use utf-8)
Jonathan
youradds wrote:
Anyone got any sugges
r, but the HTML
has to be like you posted, yes. It's not exactly clear from his post
what cubefree did, though.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
peed-wise, though.
Note that most Unix systems are case-sensitive (I know Linux is, but Mac
OS X isn't). So always use lowercase for all your filenames, folders and
links.
http://www.example.com/jQuery.js is not the same as
http://www.example.com/jquery.js
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
too.
You can either avoid fading elements with transparent png's (in IE) or
you can send IE 8-bits versions of your .png (or a .gif, same thing).
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
I'm out of the office from 24/12/09 until 05/01/10
That's why I said you needed to find a slow computer to test it on ;-).
We need to cater to a diverse audience, and part of that audience is
using IE6 on a crappy Intel Celeron chip or Firefox on a G4.
Jonathan
Michel Belleville wrote:
Just used your benchmark and I didn't see any s
, this might be the fault of the plugin I'm using, if you have
another way of doing the same thing in jQuery you can tell me so I know
for next time. I really prefer using jQuery, but sometimes I just can't
because of things like this.
Jonathan
--
www.tnt.be <http://www.tnt.be/?s
s to see one example
(ofcourse, this might just be the scrollto plugin's fault).
I refrained from replying because the OP seemed trollish, but he has a
point, IMHO.
Jonathan
Rey Bango wrote:
LOL. :D
Thanks Scott.
Rey...
Scott Sauyet wrote:
On Dec 3, 11:02 am, Rey Bango wrote:
I
ord the first time they use it for the
their authentication to the backend.
QUESTION: How does one develop these bookmarklets? Does JQuery have
support or supply a template for this? Or just any other pointers on
how people do this?
Thanks
I guess you can use cookies for that, unless you
hello i want to ask only if what websites best for jqueery tutorial
i wanna learn this ! it seem its good
On Fri, Nov 27, 2009 at 3:16 AM, rbishop wrote:
> Hi there, hoping someone can help a strange intermittent problem.
> Occasionally, I am experiencing 400 bad request errors when trying
HB wrote:
Hey,
I started learning JQuery today.
I got what (E>F) selector does but I didn't digest what (E+F) and
(E~F) do.
Thanks for help and time.
They're mostly the same ones as in css and they're all listed here:
http://docs.jquery.com/Selectors
Jonathan
--
this seems like a pretty decent list of modal boxes, or use google to
find some more:
http://komunitasweb.com/2009/03/jquery-modal-box-round-up/
Jonathan
heohni wrote:
Do you know an alternative to BlockUi?
On 17 Nov., 10:05, "Jonathan Vanherpe (T& T NV)"
wrote:
I don'
nything so it's mostly a
cosmetic issue. You could try using something other than blockui to show
a modal dialog.
Jonathan
heohni wrote:
Well, we are only on localhost right now, but one example is:
http://www.iwb-stahldesign.de/produkte_blumenkuebelgrau.php
if you add the item to the sho
wrong?
Can someone please help?
A link to the page would be nice. Also some information about the
browser and operating system you're using (I suspect you're on Windows
as you're using the 'blue something of death' terminology).
Jonathan
--
Jonathan Vanherpe - Tal
Use FireBug to see which styles apply to what element and where they're
defined. If you don't show any code it's hard to help you.
Jonathan
Akbar Ehsan wrote:
Unfortunately, I am working in my development area and can not show
you the page. In itself it works fine. But when
I'd look into something server-side if I was you:
http://code.google.com/p/wkhtmltopdf/ is a good option, if you have a
way of running custom binaries on your server.
Jonathan
m.ugues wrote:
Hallo all.
I found this library (http://code.google.com/p/jspdf/) as someone
suggested to c
chris wrote:
On Nov 6, 5:25 pm, "Jonathan Vanherpe (T& T NV)"
wrote:
I guess you'll just need to add this:
$('div#menu').load($(this).attr('href')+' div#menu');
But I should warn you, this is far from efficient, as you're making 2
r
IE6 browsers
_without_ changing the image name in the source?
Thanks,
Frank
The css rollover method should work fine with most transparency hacks.
Or just feed IE6 8-bit png's instead. If you're still using IE6 nowadays
you deserve to only get 1-bit transparency.
Jonathan
-
Jonathan Vanherpe (T & T NV) wrote:
because that's not really an idea
s/idea/id/
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
uot;ddlChannelSelect" to your element.
And if you're using jQuery, use $('#ddlChannelSelect') instead of
getElementById.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
http://ejohn.org/blog/google-groups-is-dead/
apparently Google Groups is a nightmare to keep spam-free, and jquery
will move to another solution soon (I don't get why Google doesn't put
the same spamfilter they use for Gmail in front of Google Groups)
Jonathan
Michel Bellev
I think a
better way is to find out the width of a certain element using
$('#title').width(), and then just make the font size smaller until it
fits (with a loop or something).
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
e web. The best thing you can do is use something
like CKeditor and a seperate image upload system that handles rescaling
of images and stuff.
Maybe you could do this with a Java applet (that's Java, not
Javascript), but I haven't seen anything like that anywhere so far.
Jonathan
--
Jo
> link.Is there a way to get the "url" of newly open page inside the
> iframe.
>
> Plz help me..
>
>
> thanks
> Rupak
.location ?
--
www.tnt.be <http://www.tnt.be/?source=emailsig> *Jonathan Vanherpe*
jonat...@t
iated.
have you tried styling your input fields (border: 1px solid #000)? It
might have to do with the fact that the page is showing native widgets
instead of styled ones.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
sive way of doing
js, it's easier to maintain and your code looks cleaner.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
This method seems to work with images off while still keeping
replacement text (with only minimal extra markup):
http://ryanroberts.co.uk/_dev/experiments/accessible-rollovers/index.html
Jonathan
jessie wrote:
I would if there were ways to keep my alt text so users can browse
with iimages
").split('-
off').join('-on')); },
function () { $(this).attr("src", $(this).attr("src").split('-
on').join('-off')); }
);
});
jQuery(function($) {
$(document).pngFix();
});
Jess
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
Doh...thank you Karl for saving my behind. Parse Int won't work...coffee
hadn't kicked in yet.
Cheers,
- Jonathan
On Mon, Oct 5, 2009 at 6:58 PM, Karl Swedberg wrote:
>
> On Oct 5, 2009, at 11:43 AM, Jonathan Sharp wrote:
>
> You can run a parseint on the number: var myI
://jqueryui.com/demos/dialog/
Cheers,
- Jonathan
On Tue, Oct 6, 2009 at 8:29 AM, Dennis Madsen wrote:
>
> I'm developing a site in Joomla CMS which use both MooTools and
> jQuery.
>
> I've created a small, clean page where you can see the problem:
> http://www.dennismadsen
Muhammad Arif wrote:
Thanks you very much for your reply.. but if window.close() so for
popup so then how can we close a browser window
Regards
On Tue, Oct 6, 2009 at 4:08 PM, Jonathan Vanherpe (T & T NV)
mailto:jonat...@tnt.be>> wrote:
Muhammad Arif wrote:
Muhammad Arif wrote:
Hello All:
I'm trying to close a browser window.. using
windows.close().. but its not working...
so can you help me.
Regards
I think it's window.close(), and i think you can only do this in popups.
Jonathan
--
Jonathan Vanherpe - Tallieu &a
.bind('myplugindidsomething', function() {
// Your callback code
});
Cheers,
- Jonathan
http://jqueryminute.com
On Mon, Oct 5, 2009 at 3:10 PM, bittermonkey wrote:
>
> How do I add a callback function to a plugin so that i can execute
> another function after the plugin completes its own processes.
>
> Thanks in advance.
What are you trying to do?
On Mon, Oct 5, 2009 at 11:37 AM, m.ugues wrote:
>
> HAllo all.
> This piece of code works fine in FIrefox but does not work in IE.
>
> http://pastie.org/642444
>
> The problem is on textContent attribute that in IE is undefined.
>
> Any workaround?
>
> Kind regards
>
>
ML is already a XML Document object
var cdata = $.trim( $('html', xml).text() );
alert( $(cdata).find('#mydiv').attr('id') );
Cheers,
- Jonathan
http://jqueryminute.com
On Sun, Oct 4, 2009 at 2:49 PM, pirco pirco wrote:
>
>
> did u ever get an answer fo
Hi Nitin,
Something similar to the following should work:
$('div.modan > p > a').each(function() {
$(this).parent().after( $('').find('li').append( this
).end() ).remove();
});
Cheers,
- Jonathan
On Mon, Oct 5, 2009 at 10:19 AM, Nitin Gautam wrote:
>
You can run a parseint on the number: var myInt = parseInt( '15,000', 10);
Cheers,
- Jonathan
http://jqueryminute.com
On Sun, Oct 4, 2009 at 7:49 AM, runrunforest wrote:
>
> cool, but that leads to another problem
>
> The computer now thinks 15,000 is just 15 instead of fifteen thousands
h is triggered when the image has
finished loading. In the load callback function you can then set the css
background image of your div and the image will already be in the browser's
cache and load instantly.
Cheers,
- Jonathan
http://jqueryminute.com
On Mon, Oct 5, 2009 at 2:25 AM, Erock w
ent a {
text-decoration: none;
}
.underlinelinks #content a {
text-decoration: underline;
}
if you really want to force it, you can use text-decoration: underline
!important; , but note that internet explorer 6 doesn't know about
!important.
Jonathan
SmiThiCo wrote:
Th
ant to
check if the website is in underline mode. Case its true, the text
decoration will be changed!
Thanks in advance!
SmiThiCo
I obviously meant:
.underlinelinks a {
text-decoration: underline;
}
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
ant to
check if the website is in underline mode. Case its true, the text
decoration will be changed!
Thanks in advance!
SmiThiCo
$('body').addClass('underlinelinks');
and
.body a {
text-decoration: underline;
}
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
tried Sam Doyle's response yet? It looks like that might be the proper way.
$("input[type=checkbox]:checked").each(function(){});
Jonathan
Xi Shen wrote:
tried, not working ;(
On Thu, Sep 24, 2009 at 5:03 PM, Jonathan Vanherpe (T& T NV)
wrote:
Xi Shen wrote:
hi,
Xi Shen wrote:
hi,
i have a group of check boxes, and i want to iterator over all the
checked ones. i use the following code, but without luck.
$("input[type=checkbox][checked=true]").each(function()...);
can someone give a better solution?
[checked=checked] ?
--
Jonatha
have some kind of infinite
loop. Could you give us an idea as to what exactly you're doing?
Jonathan
--
www.tnt.be <http://www.tnt.be/?source=emailsig> *Jonathan Vanherpe*
jonat...@tnt.be <mailto:jonat...@tnt.be> - www.tnt.be
<http://www.tnt.be/?source=emailsig> - tel.: +32 (0)9 3860441
The REST service requires custom authorization headers, parameters and
various methods (GET, PUT, POST, and DELETE) which is why I can't just
pass a URL.
The earlier solution was better for this.
On Sep 17, 5:33 am, DBJDBJ wrote:
> var myRESTurl = "..." ;
>
> $.ajax({
> ...
> complete:
: <mailto:jquery-en+h...@googlegroups.com>
List-Unsubscribe: <http://googlegroups.com/group/jquery-en/subscribe>,
<mailto:jquery-en+unsubscr...@googlegroups.com>
If I don't hear from you I'll assume it worked, i haven't tried
unsubscribing yet myself.
Jonath
That did it. I was using success which did not provide access to the
xml as a string I could output, but complete works great. Thanks! Now
I cane easily get the text, the HTTP Response code.
On Sep 16, 1:32 pm, Mike Alsup wrote:
> > I still can't find a solution to simply print out the XML respo
to the task, and I can't use it for this
project.
Disappointed.
On Sep 14, 11:53 pm, Jonathan wrote:
> I'm re-writing a test page for a RESTful web service with AJAX, and
> need to be able to display the XML or JSON response in a textarea or a
> div. I'm re-writing the
I'm re-writing a test page for a RESTful web service with AJAX, and
need to be able to display the XML or JSON response in a textarea or a
div. I'm re-writing the web page to work off jQuery, but I'm stuck
here.
The best response I can get is: [Object XMLDocument]
I have to set a custom Authoriz
Did you really look for it? It's like the 2nd or 3rd link under Core.
http://docs.jquery.com/Core/each#callback
On Sep 14, 6:53 am, Jānis wrote:
> Hello!
>
> I could not find each() in jQuery's documentation. Could it be
> included there, please, as I was browsing all the features to find out
>
?
Thanks
Steffan
The plain jcarousel has this option:
http://sorgalla.com/projects/jcarousel/examples/static_auto.html
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
Say I have a site that's centered on the page, and do $
("#some_content").slideDown(). If the appearance of the new content
means that the page no longer fits in the browser window, scrollbars
will appear, and so the available page width decreases slightly, and
so my centered content jumps left
let's say the background-image property of the element containing your
sites logo or something even more generic) and check if that has the
value you expect. I haven't tried anything like that, though.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
to choose the "No Email" option.
On Sep 1, 4:52 pm, Peter Stulzer wrote:
send an e-mail to jquery-en+unsubscr...@googlegroups.com
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
dcrumbs
displayed on the site just by changing the GET params. Too bad, that was
a fun feature ;).
The carousel seems to work pretty well, I'm sure it would be welcome if
you turned it into a plugin and uploaded it somewhere.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
Watch the 'net' tab in Firebug, make sure everything that pops up there
is https:// . If everything /is/ https:// , post the url here (either of
your site or just a limited test case).
Jonathan
UglySkinnyGuy wrote:
Yes thats all fine. Like I said it only occures when I make an
lieve.
Jonathan
ch2450 wrote:
Hi everybody,
I recently updated my website with url rewriting.
What I did was change the htaccess file so that every url is
redirected to an index.php file, which then parts this url ($_SERVER
['REQUEST_URI']) and 'include()' the corresponding
S2 wrote:
How can I display a bunch of DIVs in multiple columns? Like Flex's
TileList component.
A
B
C
C
E
F
G
A B C
D E F
G
A B C D
E F G
You could use float: left;width: 33%; in the stylesheet. No need to use
javascript for that (as long as your divs have a fixed height).
Jon
https://bugzilla.mozilla.org/
https://bugs.webkit.org/
Leonard Martin wrote:
Can someone point me to where I might log a bug with Gecko or Webkit?
I'm fairly new to this whole process.
Thanks again.
On Aug 20, 3:41 pm, "Jonathan Vanherpe (T & T NV)"
wrote:
I see the s
n the pages with our copyright that we use jquery
with the little "©"?
Do we have to do something else?
Thanks for the explanations.
Antoine
if you leave the comment on top of your js file intact, you'll be fine.
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
h with somebody that's
working on either Webkit or Mozilla through IRC or something.
Jonathan
Liam Potter wrote:
Might have something to do with cleartype?
Leonard Martin wrote:
Apologies, I missed the link:
http://in.tellig.net/jquery.animateparam/jquery.animateparam.js
and
That sucks, I didn't know that. I was under the impression that they had
fixed IE's png support with IE7, but I guess it shouldn't surprise me
their 'fix' is buggy.
Jonathan
Liam Potter wrote:
Nope, all versions of IE cannot animate the opacity of a PNG wit
By IE, I think he means IE6. I haven't tested this, but I think IE7 and
up can do this fine, as long as you make sure you're applying any png
hacks you're using to IE6 only with conditional comments.
I could be wrong on this, though.
Jonathan
pmni wrote:
Thank you for the
ross domains though, apparently:
http://docs.jquery.com/Release:jQuery_1.2/Ajax#Cross-Domain_getJSON_.28using_JSONP.29
but I don't think you can do a POST like you're doing)
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
You can do rollovers with just css, which might be a better solution. An
example is here:
http://ago.tanfa.co.uk/css/examples/rollover-images-no-preload.html (or
just google for 'css rollover', and you'll find tons of variations)
Jonathan
You'll have to run the whole function block within
$("#show_resolve").click() on load (ie. put it somewhere in
$(document).ready(function(){}).
Make it a seperate function so you can avoid copy/pasting the whole thing
Jonathan
Samuurai wrote:
Hi,
This is my first little fo
Not really, You pretty much have to tell users to enable the 'print
backgrounds' feature in their browser.
Jonathan
Mazi wrote:
Thanks a lot Tomas.
I'm trying to test it out.
One question: in my page I have a css that refer for some elements to
soma images.
When I use t
Jonathan Vanherpe (T & T NV) wrote:
Is there some better way than change() to check if an input field's
content has changed?
As you all probably know, change() only fires when you remove the focus
from the input field, but I want to trigger an event every time the
content of
thing, using
crtl-v, pasting from the selection buffer (middle click on *nix), or
rightclicking and selecting 'paste'. Is there an existing solution for
that, or will I need to write something that just checks the field
periodically using setInterval()?
Jonathan
--
Jonathan Van
Yeah, I noticed. pretty neat.
Liam Potter wrote:
works in IE as well, using rvml instead of svg.
Jonathan Vanherpe (T & T NV) wrote:
paulswansea wrote:
Hi, I'm looking for a jquery plugin that does the 'rays' effect on
http://scripty2.com/ i've had a look, but can
574.976 L653.109 525.000
L350.000 350.000 L678.892 469.707 L694.683 410.777 Z "
transform="rotate(499.793, 350, 350)"/>
So the only thing you really need js for is the animation, which you can
easily do without even using a framework.
Keep in mind that this thing probably only works in the most recent
versions of Safari , Chrome and Firefox
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
Sparky12 wrote:
Btw - the problem is the items are aligned vertically by default
and then after applying the jCarousel script they become aligned
horizontally ?
Any way to resolve this ?
Try editing the css so the container div has overflow: hidden and a
fixed width/height.
Jonathan
maand:$('#maand').val(),
week:$('#week').val()
}//,
//do_something(data)
);
return false;
});
Jonathan
Mark wrote:
I used "$(document).rea
re to stop
the form from getting submitted.
It's also a nice idea to use submit() instead of click(), to catch
people that use keyboard shortcuts and the like.
so use:
$("form#myform").submit(function()...
instead of
$("button").click(function()...
Jonathan
Mark wrote
u uploaded your stuff somewhere (preferably
reduced as a testcase).
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
elSize = 0;
$("#scroller p").each(
function(i){
elSize+=$(this).width();});
console.log(elSize);
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
I just use a bunch of virtual machines in Virtualbox.
I find that running IE in wine like you are doing has issues. And IE is
basically the only browser I test multiple versions from. For all others
I just test the latest one.
Jonathan
osu wrote:
Hi John,
Thanks for doing that, much
var A=function(){
};
$.extend(A.prototype, {
init:function(){
alert('A init');
}
});
var B=function(){
};
$.extend(B.prototype,A.prototype,{
init:function(){
alert('B init');
}
});
var p=new A();
p.init();
var x=new B();
x.init();
is there a way to prevent user from adding more characters into a text
input based on a validation rule(eg. you entered more than n words,
you can't enter more, but you can delete or edit)?
I think I'll have to programmatically delete the extra letter(s) that
user just input somehow if the additio
I have 4 buttons in a form. Save, Back, Submit, Confirm.
The submit does form validation and has a submitHandler and
invalidHandler. If no errors, a modal Confirm screen is shown with
another button of Confirm. This button does the actual post to the
form to complete the process.
The Save and Ba
lem.
Thanks,
Vorge
This is on of the reasons why loading scripts from an external server is
usually a bad idea.
Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
I have a text input box, is there a way to detect a copy and paste
event into the box? keyup, focus doesn't really do it.
thanks
than what I'm
seeing in IE6.
Jonathan
1 - 100 of 357 matches
Mail list logo