On Mon, Jul 7, 2008 at 4:52 AM, Benjamin Sterling
<[EMAIL PROTECTED]> wrote:
> Brice, very nice work! There is not a project that goes by that I don't use
> your plugin in.
>
> On Sun, Jul 6, 2008 at 10:18 PM, Brice Burgess <[EMAIL PROTECTED]> wrote:
>>
>> I've released the 13th revision of jqMod
Hi,
Sorry for don´t say the version of IE. The version is 6.
Cheers
On Jul 4, 9:53 pm, "C.Everson" <[EMAIL PROTECTED]> wrote:
> On Fri, 4 Jul 2008 12:18:52 -0700 (PDT), Leandro Vieira Pinho wrote:
> > I´m with problem withUIDialog, and I´m thing it´s abug.
>
> > In thisUIDialog examplehttp://do
Brice, very nice work! There is not a project that goes by that I don't use
your plugin in.
On Sun, Jul 6, 2008 at 10:18 PM, Brice Burgess <[EMAIL PROTECTED]> wrote:
>
> I've released the 13th revision of jqModal. Maybe I should have jumped
> to 14... but scientists are not superstitious. I do b
Remember that browsers usually (unless the users changes the defaults)
load only 4 things at the same time from the same website.
http://yuiblog.com/blog/2007/04/11/performance-research-part-4/
Actually that says 2 at a time but my understanding is that Firefox
(and probably others) do 4 at a ti
I've released the 13th revision of jqModal. Maybe I should have jumped
to 14... but scientists are not superstitious. I do believe in Stevie
Wonder though ;) If you have a chance; see him on his latest tour.
Anyhow;
jqModal is a tiny general-purpose windowing / dialog / popup / modal /
*box /
wha
This is all from the same domain, so you don't have cross-domain issues,
right?
I just tried this code, and it works nicely:
$.get( 'alert.js', function( code ) {
var blah = {
something : new Function( 'variable', code ),
something_else : 'hello'
};
i should be more clear: I made it work but I can't pass variables to
my external snippet:
this works:
alert.js contains "alert(variable);"
something : function(){
$.getScript('alert.js');
}
but this does not work:
---
alert.js contains "alert(vari
var blah = {
something : function(variable){
alert(variable);
},
something_else : 'hello'
}
alert( blah.something_else() ); // 'hello'
blah.something('whatsup'); // 'whatsup'
so far nothing unusual... but... how can I put the "blah.something"
function into a separate .js file and
You're closing the "a" before the "img":
... class="removeitem" /> " in the middle there.
Karl Rudd
On Mon, Jul 7, 2008 at 1:57 AM, paulp75 <[EMAIL PROTECTED]> wrote:
>
> The code which is created on the page is like this
>border="0" alt="remove" />
>
> note that the is after the image.
>
I'm fairly certain that our .text() support has changed a lot since
October 2006 (!). It would be interesting to re-examine this issue -
if there are any current problems I know that we'd really like to get
them fixed.
--John
On Sun, Jul 6, 2008 at 8:05 PM, Dave Methvin <[EMAIL PROTECTED]> wrot
okay, should be working now! thanks again for pointing out the bug and
please point out anything else awry.
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jul 6, 2008, at 8:07 PM, Karl Swedberg wrote:
oops. Okay, Carl, I'll check this out after I put t
oops. Okay, Carl, I'll check this out after I put the kids to bed. :-)
thanks for the note. shouldn't be too hard to work out. I probably
just have a typo or a stray comma or something.
Cheers,
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jul 6, 2008
oooh, thanks for catching that, Erik! fixed now.
Cheers,
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jul 6, 2008, at 7:02 PM, Erik Beeson wrote:
Seems to have some HTML escaping issues on your options page:
http://plugins.learningjquery.com/summarize/
> I'm having some issues when calling $("something").text() in IE 6/7.
> Basically I'm getting the calling text() on a element which is
> whitespace sensitive. In Firefox and Safari it works perfectly
> returning the text with whitespace intact. Is it possible to make it
> work in IE or shall I g
Seems to have some HTML escaping issues on your options page:
http://plugins.learningjquery.com/summarize/index.html#options
At least in Safari.
--Erik
On 7/6/08, Karl Swedberg <[EMAIL PROTECTED]> wrote:
>
> sorry, but I'm changing the name from summarizer (with an r) to summarize.
> Seems to
Karl --
Also, fyi, the insertAfter method spec'd in the plugin doesn't seem to
play nice in Safari 3.1. But the other choice you mention in the
comments, appendTo, works just fine.
Best,
--Carl.
On Jul 6, 5:11 pm, clorentzen <[EMAIL PROTECTED]> wrote:
> Karl --
>
> Wow! Thank you so much for
I'm having some issues when calling $("something").text() in IE 6/7.
Basically I'm getting the calling text() on a element which is
whitespace sensitive. In Firefox and Safari it works perfectly
returning the text with whitespace intact. Is it possible to make it
work in IE or shall I give up?
T
you could use the .each() method. I'm not sure from your post whether
you want to get image height/set anchor height or get anchor height/
set image height. If you're trying to se the anchor height, you can do
it like this:
$("#navi li img").each(function(index) {
var $img = $(this);
$
That majicthumb script looks a lot like this one.
http://vikjavev.no/highslide/
Charging for this is pretty lame. They would be better off making tham free
and benefiting from the traffic they would generate.
On Sun, Jul 6, 2008 at 5:07 PM, Alexandre Plennevaux <[EMAIL PROTECTED]>
wrote:
>
> On
Hey guys,
I have a list that contains images as anachors. I need to iterate over the
items and apply the height of each image to the anachor that surround it (to
fix a displaying problem in IE).
My code would look somehow like this:
$("#navi ul li a").attr("height", $("#navi ul li a img").attr("he
Karl --
Wow! Thank you so much for this! Exactly what I needed!
Best,
--Carl.
On Jul 6, 3:50 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> sorry, but I'm changing the name from summarizer (with an r) to
> summarize. Seems to make more sense as a verb. so now you can find it
> at:
>
> http://
On Sun, Jul 6, 2008 at 3:39 PM, David Morton <[EMAIL PROTECTED]> wrote:
> Why do you think it is better?
>
> On Sun, Jul 6, 2008 at 6:59 AM, <[EMAIL PROTECTED]> wrote:
>>
>> Dear folk,
>> do we have such a plugin like below ...
>> I have test the Demo version it is much more better from our Lightb
I had same issue have you fixed this?
On May 21, 4:16 pm, Adam Housman <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I'm having a problem that seems to have been brought up here and on
> other discussion boards all over the web, but no one seems to have
> come up with a solution... I am trying
Yes I eventually did this thanks!
On Jul 3, 11:18 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> Does it work if you remove the inline JavaScript from the div and
> instead attach the handlers like this:
>
> $(document).ready(function() {
> $('div.zoom').hover(
>
sorry, but I'm changing the name from summarizer (with an r) to
summarize. Seems to make more sense as a verb. so now you can find it
at:
http://plugins.learningjquery.com/summarize/
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jul 6, 2008, at 3:22 P
sounds like a reasonable thing to want, so I just whipped up a new
plugin for you:
http://plugins.learningjquery.com/summarizer/
Please keep in mind that it hasn't been tested extensively, and the
documentation is kind of spotty, but it shouldn't be too hard to
figure out how it works.
Which script are you referring to?
Rey...
DigiCelebs wrote:
Anyone ?? please
On Jul 4, 10:34 am, DigiCelebs <[EMAIL PROTECTED]> wrote:
Hi ..
I found your jquery script and it's great cause it's the first that i
found with multiplie field.
But you don't take list from a database ( sql ) , o
Aarnold,
Great to hear you found a workaround. It is important to note that
most of the examples use fixed positioning to keep the popup dialolg
in the center of the screen (even when scrolling). This is all in the
CSS and can be changed from there. As IE6 does not support position:
fixed, a wo
Anyone ?? please
On Jul 4, 10:34 am, DigiCelebs <[EMAIL PROTECTED]> wrote:
> Hi ..
>
> I found your jquery script and it's great cause it's the first that i
> found with multiplie field.
>
> But you don't take list from a database ( sql ) , only from file.
> Is it possible to have a field that ta
i use
function pageselectCallback(page_id, jq) {
$('#libro_result').text("Mostrando resultados del
"+((page_id*10)+1)+"-"+((page_id*10)+10));
$("#firmas").load("libro.php",{action: "listar", page: page_id});
return false;
}
Raghu escribió:
Hi, I am trying to use Jquery pagination plu
Putting the (or
The code which is created on the page is like this
note that the is after the image.
i call the page from this jquery query
(".removeitem").livequery('click', function(){
var removeidno = $(this).attr("id");
$('#cartcontents').load("jq-remove.php", { removeid: removeidno } );
return fals
Dear Ray ,
I'm patient about it ...
On Jul 6, 4:09 pm, Rey Bango <[EMAIL PROTECTED]> wrote:
> Demanding that someone "do something about it" isn't the way to go about
> asking for assistance, especially on the jQuery mailing list. If you're
> in that urgent of a need, please feel free to try a
I am looking to add an expander/truncator feature to a site I'm
building. However, the plugins and other code snippets I've found cut
off text based on character count. What I'm looking for is something
that cuts off based on a specific number of paragraphs. So, for
example, inside a targeted div,
Found it.
Check the jqmodal.css it has a line with position: fixed; this causes
problems in IE6.
Change it into: position: absloute; and the problem is solved.
alconsten wrote:
>
> Hello!
>
> For the past 3 days I have been staring at this problem and I can't get a
> grip on it. I am using th
Why do you think it is better?
On Sun, Jul 6, 2008 at 6:59 AM, <[EMAIL PROTECTED]> wrote:
>
> Dear folk,
> do we have such a plugin like below ...
> I have test the Demo version it is much more better from our Lightbox
> Plugin, the only problem it has is with AJAX , it can not support
> it
Demanding that someone "do something about it" isn't the way to go about
asking for assistance, especially on the jQuery mailing list. If you're
in that urgent of a need, please feel free to try and contribute a
solution. Otherwise, you will need to be patient.
Rey
jQuery Team
[EMAIL PROTEC
"The problem, as far as I can
tell, stems from what appears to be an early execution of the
document.ready function - in this case before an external stylesheet
has been loaded"
document.ready fires when the DOM is loaded, it doesn't wait for
external things to load, that's the whole point! :-)
Hello,
If I understand correctly jeditable submits the changes in fire and
forget mode. What if the submitted data failed to be saved on the
server side? Can jeditable revert the changes if the call returned
some error?
Felix.
Dear folk,
do we have such a plugin like below ...
I have test the Demo version it is much more better from our Lightbox
Plugin, the only problem it has is with AJAX , it can not support
it
please let me know if there is such an ability in our jQuery
http://www.magictoolbox.com/magicthumb/
Hello!
For the past 3 days I have been staring at this problem and I can't
get a
grip on it. I am using this code in my js:
$('.opmerking').click(function(){
var a = "#test" + $(this).attr("title");
$(a).jqm({
onShow:function(h) {
h.w.css('opacity',0.9
I use the ajax function of jquery and the load function to include
html (menu-content of clickmenu and selectbox). In FF3 the webpage
loads pretty quick, but in IE7 it takes way too much time.
Why is that. I thought ajax should speed up the process 'cos it loads
content asynch by default.
http://
Hi,
I use captcha to prevent spam in this way (token is a random string
needed to validate user input field)
var token = 'somerandomstring';
$(".myform").validate({
rules: {
captcha: {
required: true,
Hello!
For the past 3 days I have been staring at this problem and I can't
get a
grip on it. I am using this code in my js:
$('.opmerking').click(function(){
var a = "#test" + $(this).attr("title");
$(a).jqm({
onShow:function(h) {
h.w.css('opacity',0.9
I kinda figured that it was an anonymous function, but the outer
parens were kinda throwing me off.
Thanks for the info.
On Jul 4, 2:38 pm, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 4, 2008 at 3:08 PM, benjam <[EMAIL PROTECTED]> wrote:
> > What exactly does (function($){ ... })(
But this is a serious Problem we all know that Gmail has this ability
since 2 years ago and still we are stick in it ... this is very bad
for some Programmers like us o something about it
On Jul 6, 1:54 am, timothytoe <[EMAIL PROTECTED]> wrote:
> I'm still waiting to find something reasonable.
>
46 matches
Mail list logo