Hi I have a website that I am currently working on. I have user's to
upload images and select which image is default.
I want to make the user able to when they have the mouse over the
image to have a menu next to the image fade in.
Now the problem. I tried with hover and then tried using mouseo
I don't know if I could handle flash with Jquery.
Currently I have a div embedde with a flv video in my page.I want
detect when the current flash is finished playing. To be exact, when
the flash is finished playing I want jump back to my index page.
I wonder if I could do this?
As you have found, AJAX is asynchronous. It can be made synchronous,
but you don't want to do that as it locks up the _entire_ browser.
The most common way to deal with this is to put up a "Loading" notice
(sometimes using something like a modal overlay) while the data loads.
Karl Rudd
On Thu,
I guess well just have to wait and see which is best
On Sep 3, 2008, at 4:59 PM, [EMAIL PROTECTED] wrote:
> I realized from this Paragraph
> JOhn said : "We already see TraceMonkey (under development for about
> 2 months) performing better than V8 (under development for about 2
> years)."
>
>
How do you minify a .js file?
On Aug 29, 11:04 pm, Bil Corry <[EMAIL PROTECTED]> wrote:
> Alex Weber wrote on 8/29/2008 10:15 AM:
>
> > i'd rather use packed then minified though :)
>
> Use minified, not packed. Although a packed file is smaller, it's overall
> performance is worse when compare
I have some data:
d1 = [[5,10],[10,15],[12,15],[15,18],[20,23]]
and I have a table with text inputs:
#
Quantity
Price
fore more information on TranceMonkey pleasecheck
http://ejohn.org/blog/tracemonkey/
On Thu, Sep 4, 2008 at 3:29 AM, <[EMAIL PROTECTED]> wrote:
> I realized from this ParagraphJOhn said : "We already see TraceMonkey
> (under development for about 2 months) performing better than V8 (under
> deve
I realized from this ParagraphJOhn said : "We already see TraceMonkey (under
development for about 2 months) performing better than V8 (under development
for about 2 years)."
maybe TranceMonkey it is going to be better that V8 but as you all know it
has it's own problems right now
john Said : "T
Hi All,
First time jQuery user and poster here. I'm trying to grab the value
of a querystring using the Query String Object plugin. Here is my code
(along with some 'curvy corners' jQuery):
$(document).ready(function(){
$('.announce').corner({
tl
I read the linked article, and did not interpret it the way you did.
Certainly John does not come right out and say that TraceMonkey is
much better, and he probably knows that if he did, we'd take it with a
grain of salt since he works for Mozilla. (Note, though, that John
isn't on the TraceMonkey
[EMAIL PROTECTED] wrote:
> Yup John believes TraceMonkey is much better than v8
There are some bits of TraceMonkey that aren't yet complete - it's those
bits that will tip the balance. There was a recent article on
ajaxian.com about it:
http://ajaxian.com/archives/brendan-discusses-how-tracemo
I just released a new version of the HotKeys plug in which was the
reason I needed this new .query property
see more at http://code.google.com/p/js-hotkeys/wiki/about
Thank you all,
Tzury
On Sep 1, 3:46 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> prevObject is internal, you don't need to know
MorningZ wrote:
> Looks like it still needs some work, as looking at the first demo page
>
> http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html
>
The nav bar could do with using sliding doors rollover technique to
prevent buttons from disappearing while images loa
Yup John believes TraceMonkey is much better than v8
On Thu, Sep 4, 2008 at 2:11 AM, Dana Woodman <[EMAIL PROTECTED]> wrote:
> So you're saying that since Jon "thinks" TraceMonkey is better than V8
> (despite the actual tests), than it must be? Or am I reading what you wrote
> wrong?
>
>
> On Sep
Bhaarat,
While there is no plugin for the UI demo, you can download the
javascript file that makes it work. It does use jQuery and UI to work.
If you view source on the demo page, you can examine the scripts being
loaded. The file you are interested in is Behaviour.js.
Carl
[EMAIL PROTECT
Hi all,
I have to execute an AJAX request in a function and only exit this
function when the request have been terminated.
This is an example :
function myFunction()
{
var result;
try
{
$.ajax({
type: 'POST',
url: 'myPage.php',
...
success: function(data){
Try this:
$(".someDiv .someSpan:parent(:has(input)[!
@checked])").addClass("notSelectedCB");
On Sep 1, 2:12 am, SeanCurtis <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> Just wondering how many times you can nest selector functions like
> parent, not, has, etc
>
> I tried the following...
>
> $
> (".
So you're saying that since Jon "thinks" TraceMonkey is better than V8
(despite the actual tests), than it must be? Or am I reading what you
wrote wrong?
On Sep 3, 2008, at 2:43 PM, [EMAIL PROTECTED] wrote:
> Dear folk ,
> for more information please check this Article which John Resig
> pe
Isaak Malik wrote:
> Very nice plugin, everything seems to work fine for me though. I tested
> with Opera 9.51, Firefox 3.0.1 and IE 7 on Windows
Yeah looks interesting. Worked fine for me on FF 3.0.1/Linux.
Col
--
Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/
Day Job:
Tri
I wouldn't use this browser myself since their is no need since we
already goti IE7 and firefox as a popular web browser.
Would this give us more headaches as a web designer??? I mean we know
that IE was trouble it different ways.
If we have google coming into the game and they get popular we
I'm having the same problem and noticed you're using the :not selector
and having problems when it is nested. Mine looks something like
this:
$('#results_table tbody tr:visible(:not(.' + $(this).val() +
"))").hide();
... where $(this).val() is being provided by an .each loop.
Any suggestions o
Hello,
jqGrid inline edit is working fine, unless there is only a single row returned
from the database. In that case, neither enter nor escape or clicking elsewhere
on the page will take that row out of edit mode.
Any suggestions?
thanks,
Michael
Is jQ able to access any of xml declarations (these before
http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
http://www.w3.org/1999/xhtml"; xml:lang="en">
and I'd like to get 'media' value from xml-stylesheet prologue. Is
this posiible?. If yes - how, if no, why?
--
best regards,
zieliq
The problem is in the Opera browser itself, the Opera developers discourage
the use of context menus and thing that the default one should always be
available for best user experience. Even when enabling the "Accept
right-click.." feature in the Opera browser will still not make it work.
However, y
Guy Fraser wrote on 9/3/2008 5:22 AM:
I think everyone is missing the whole point of Chrome: It's designed to
kill MSIE on corporate networks - http://tinyurl.com/68lvhb
Converting a few FF users over and saving on the USD $60+ million Google pays
Mozilla every year probably doesn't hurt eit
Here is a test: http://aasenboligdesign.no/test/test.htm
JD
On 3 Sep, 15:43, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> Okay. Can you post a testpage?
>
> Jörn
>
> On Wed, Sep 3, 2008 at 1:13 PM, JD <[EMAIL PROTECTED]> wrote:
>
> > Hi again!
>
> > hehe, it was just a typo from me when I paste
Currently I use jQuery and haven't downloaded the library, rather I am
using the online version. So I have a link to my jQuery library.
http://ajax.googleapis.com/ajax/
libs/jquery/1.2.6/jquery.min.js">
But now I want to use the UI tabs plugin. (http://docs.jquery.com/UI/
Tabs)
Does anyone kno
Matthew,
.css() doesn't return a class Name. In your example it might return
the background image url. Here's an example console dump from a banner
of a site I work on:
>>> var foo = $("#banner").css('background-image');
>>> foo
"url(http://www.mysite.com/img/homebanner.jpg)"
You can try somet
Okay. Can you post a testpage?
Jörn
On Wed, Sep 3, 2008 at 1:13 PM, JD <[EMAIL PROTECTED]> wrote:
>
> Hi again!
>
> hehe, it was just a typo from me when I pasted the code... The above
> code should be correct.
>
> Anyhow, I get all the data from JSON, but if I type "D", every single
> item from
Whats a tickertape? Care to provide some more context information? A
lot of problems can be solved just by having enough context, without
having solved it before...
Jörn
On Wed, Sep 3, 2008 at 10:28 PM, Marlissa Dijkman <[EMAIL PROTECTED]> wrote:
>
> Anybody called a jquery thickbox from a ticker
Maybe something like this?
$("a").click(function() {
var className = $(this).attr("class");
$("#target").addClass(className);
});
You could also use $("#target").attr("class", className), replacing
any existing classes.
Jörn
On Wed, Sep 3, 2008 at 10:35 PM, Matthew <[EMAIL PROTECTED]> wrote
Hi,
Wow, thanks to both of you. Wouldn't have thought about such an
construct. Maybe because i'm not that familiar with javascript at all.
Somehow i thought you can't access an object while creating it.
But also the way Balazs was mentioning about jmap looks interesting. I
will have a closer look
Please do not double post your message.
Rey
jQuery Project
[EMAIL PROTECTED] wrote:
Dear folk ,
for more information please check this Article which John Resig performed
http://ejohn.org/blog/javascript-performance-rundown/
it says Chrome has been powered by V8 javascript engine , and JOhn and
I'm looking for the quickest way to uncheck all of the checkboxes on a
page except for one with a given idea. I realize I could uncheck all,
then check one, but I'm curious if I can leverage not: to accomplish
what I want to do?
The good version :
test jquery
div { border: 1px solid black; }
http://code.jquery.com/jquery-latest.js";>
$(document).ready(function() {
$('#header div:empty').remove();
$('#header div').each(function(){
if ($(this).html()==' ') $(this).remo
Dear folk ,for more information please check this Article which John Resig
performed
http://ejohn.org/blog/javascript-performance-rundown/
it says Chrome has been powered by V8 javascript engine , and JOhn and his
partners are working with TraceMonkey
and developing it , he believe it is much bette
Jonathan wrote on 9/3/2008 8:54 AM:
For those interested in more information on Chrome, checkout their
comic book here:
http://www.google.com/googlebooks/chrome/
It does a nice job of explaining some of the thinking behind Chrome. I
have been playing around with it since yesterday and it's gr
Dear sir please search on google ImageFlow you could find some Plugin I'm
afraid to say there is no JQery Plugin on this matter
On Thu, Sep 4, 2008 at 12:36 AM, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am wondering whether jquery ui demo site is written in jquery (would
> be ironic
Dear folk ,for more information please check this Article which John Resig
performed
http://ejohn.org/blog/javascript-performance-rundown/
it says Chrome has been powered by V8 javascript engine , and JOhn and his
partners are working with TraceMonkey
and developing it , he believe it is much bette
On Sep 3, 6:41 am, Artzone <[EMAIL PROTECTED]> wrote:
> I have a div and I want to capture the x and y values when there is a
> click inside the div. This works great in Firefox and Safari but the
> offset seems to be wrong in IE7.
>
> There's a sample page
> here:http://static1.shopify.com/s/f
Sorry i made a mistakeit works with the margin 0 and the padding 0 given at
the body..
Diego
--- Mer 3/9/08, Hamid <[EMAIL PROTECTED]> ha scritto:
Da: Hamid <[EMAIL PROTECTED]>
Oggetto: [jQuery] Re: Anyone know why mouse position inside div is different in
Firefox and IE
A: "jQuery (Englis
Anybody called a jquery thickbox from a tickertape?
Hi,
I am wondering whether jquery ui demo site is written in jquery (would
be ironic if its not )
http://ui.jquery.com/demos
it looks very appealing how they have things going in a semi-circle.
I am wondering if this is doable via jquery? and if soare there
any plugs to achieve this or anyt
Back to Alexandre's first point,
I just put up another version 0.2 on:
http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-plugin-jtps/
which is still very alpha.
I worked very hard on trying to use table-layout:fixed so that this
plugin could still have the appearance of a dat
I am working on a website that has a large music collection with three
different file types available to download in a member-only section.
I would like to use jQuery to mark specific files for download and
have them auto-tally in a sidebar, somewhat like a shopping cart.
As I am new to jQuery I
Very nice plugin, everything seems to work fine for me though. I tested with
Opera 9.51, Firefox 3.0.1 and IE 7 on Windows
On Wed, Sep 3, 2008 at 6:47 PM, MorningZ <[EMAIL PROTECTED]> wrote:
>
> Looks like it still needs some work, as looking at the first demo page
>
>
> http://www.5bosses.com/ex
Yes, I was about to say "What plugin architecture???" hhaha.
Thats for the link though, its good to see that they are actually planning
it, even though I was pretty sure they would anyways.
Cheers,
Dana
On Wed, Sep 3, 2008 at 12:04 PM, Ca-Phun Ung <[EMAIL PROTECTED]> wrote:
>
> Ca-Phun Ung wrot
Hi everyone. I want to display a long list of elements inside a modal
Dialog(). I want that list to scroll when it reaches the edge of the
Dialog box. For some reason, the bars appear but they wont scroll down
nor up. (For information purposes, elements (divs) are dynamically
added to #feedback-li
Hi, I just started playing with jquery yesterday and I'm interested in
assigning the css class of an element to a variable and then
applying that class to a div in another section.
While I've been looking through multiple tutorials and searching on
the discussion board I haven't seen it.
i.e.
Bil Corry wrote:
> My comment was written in the context of the quote I replied to. Guy
> Fraser wrote that Chrome was "designed to kill MSIE on corporate
> networks." If that is the case, then the fact that Google will also
> save money from the conversion of Firefox users certainly doesn't
Ca-Phun Ung wrote:
> Chrome is pretty exciting as it's not just another browser but one that
> sets to up-the-bar. I think it definitely gives other vendors food for
> thought. As to whether it would kill IE? I'm sure it will take some of
> IE's share but only after exhausting FF, Opera and Saf
Hey Kenneth,
On 20-Aug-08, at 5:54 AM, fuzziman wrote:
> I've recently released a mock library for the jqUnit framework.
>
> It is intended to be a lightweight javascript Mock Framework, and
> allows
> dependent functions such as native alert dialogs to be mocked and
> tested in
> isolation.
Hello.
I´m trying to make a tab menu with dropdown child menus.
Nothing strange with that, just a nested unordered list like this:
Value1
Value2
Subvalue1
Now to my problem/question: How to expand the submenu upwards?
Please see this "what I want" picture.
http
Ryan Zec wrote:
> I don't think chrome his wanting to compete with firefox. From what
If they were to compete with FF I think the dev community would start
voicing some serious concerns. Not in google's best interests.
Your example works with ie too--> http://www.pirolab.it/jtb/testclick.php
i've just added margin 0 and padding 0 at the div and the offset now works
correctly
ciao
Diego
--- Mer 3/9/08, Hamid <[EMAIL PROTECTED]> ha scritto:
Da: Hamid <[EMAIL PROTECTED]>
Oggetto: [jQuery] Re: Anyone know why
They started with a brand new codebase. No bloat from stuff that's unused or
inefficient.
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 03, 2008 3:38 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: jQuery tes
That was me. I was up all night trying every site I could think of.
On Sep 3, 1:38 pm, [EMAIL PROTECTED] wrote:
> I wonder how come google load pages half the time that firefox 3.0 does ...
> thats so interesting..right now I use firefox for its firebug and plugins
> and I use safari 3 because it
I wonder how come google load pages half the time that firefox 3.0 does ...
thats so interesting..right now I use firefox for its firebug and plugins
and I use safari 3 because it takes small memory...
it is amazing that CHrone has 3% of hits in the internet
For those interested in more information on Chrome, checkout their
comic book here:
http://www.google.com/googlebooks/chrome/
It does a nice job of explaining some of the thinking behind Chrome. I
have been playing around with it since yesterday and it's great! Super
fast and super simple.
cool...let me have the code as well i'll also learn a new approach or is it
the same url
On Wed, Sep 3, 2008 at 1:30 PM, rolfsf <[EMAIL PROTECTED]> wrote:
>
> Yes - thanks Faizal. At least it pointed out the error I was making.
> I'm not (currently) using $.extend, but I did separate the data se
Chrome also has its own DOM viewer/console. To use it, right-click
somewhere in the document and choose "Inspect Element." Not sure how
it compares to Firebug Lite, but it's another option.
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Sep 2, 2008, at 1
I think default browser value for "padding" & "margin" issue
difference result.
for same result i put css code like this:
* {margin: 0; padding: 0}
On Sep 3, 6:41 am, Artzone <[EMAIL PROTECTED]> wrote:
> I have a div and I want to capture the x and y values when there is a
> click inside the di
Good morning,
I am Graphic designer and I use Jquery with Moss (sharepoint) CMS
Microsoft, developers of this gas plant have no sense of aesthetics
code and optimization.
I assumed that with a little magic wand, I was going to do div
disappear when they are empty, then yes I could have use easi
How to use :not in the selector was throwing me. Docs were down, but
back up (but very slow).
$
("[type=checkbox]:not('#specific_checkbox_id')").removeAttr('checked')
On Sep 3, 12:57 pm, Brad <[EMAIL PROTECTED]> wrote:
> I'm looking for the quickest way to uncheck all of the checkboxes on a
> p
Hi all,
Currently i am working on tablesorter plugin with jqery to sort
column values in a table. My problem is when there is mixed data in a
column like some numbers and "-" (when there is no data to display)
its sorting the digits treating as string. e.g. in a column if the
values are 7, 12, 9,
This should do it...
$("input:checkbox:not(#myid)").attr("checked",false);
-- Josh
- Original Message -
From: "Brad" <[EMAIL PROTECTED]>
To: "jQuery (English)"
Sent: Wednesday, September 03, 2008 11:57 AM
Subject: [jQuery] Not selector help
I'm looking for the quickest way to u
Gotcha. My apologies for misunderstanding the context that you wrote the
email in.
Rey...
Bil Corry wrote:
Rey Bango wrote on 9/3/2008 1:09 PM:
I was replying to your comment here:
"Converting a few FF users over and saving on the USD $60+ million
Google pays Mozilla every year probably
Dana wrote:
> The lack of a plugin system is a major drawback that will hinder
> adoption dramatically, especially among tech crowds. I have tried out
> Chrome and admit that I am impressed with it's speed, simplicity and
> specs, But I will not be able to even think about using it as a
> primary
Yes, I realised this a few hours ago. I was focussing too much on the
solid bg color.
On 3 sep, 17:48, turbodurso <[EMAIL PROTECTED]> wrote:
> Hey bob, you don't necessarily have to rethink your design, just use
> transparent png files (tiled for background)
>
> They can now render on all browser
Rey Bango wrote on 9/3/2008 1:09 PM:
I was replying to your comment here:
"Converting a few FF users over and saving on the USD $60+ million
Google pays Mozilla every year probably doesn't hurt either... "
Did I misread this or was it said in a context that I missed?
My comment was writte
Ca-Phun Ung wrote:
>
> I totally agree, a plugin acrhitecture is a must! And it does exist in
> Chrome! Plugins are referred to quite a bit in this excellent comic
> strip [1] by Scott McCloud.
>
>
Ah, just correcting myself (I hope that's allowed here :)
"As for plugins, Chrome will support
Take a look at the loading data demo: http://www.trirand.com/jqgrid/jqgrid.html
You'll still need server side code to actually query the database. That's
described, along w/ a php sample here (under Tutorial: creating your first
grid):
http://www.secondpersonplural.ca/jqgriddocs/index.htm
T
The lack of a plugin system is a major drawback that will hinder
adoption dramatically, especially among tech crowds. I have tried out
Chrome and admit that I am impressed with it's speed, simplicity and
specs, But I will not be able to even think about using it as a
primary browser till a plugin
Thanks Mike, for showing three ways to handle this.
Of these 3, first two appears to be non-working (am using IE so not
sure if can use firebug and i tried adding a line for
compatibility .js file that i downloaded, but still the same results).
I guess i will look at the 3rd option that you have
Hi. I'm trying to deploy a form with dependent autocomplete fields in
Drupal 6.
The second dependent field is a Drupal node reference field which has
its own callback function specified by a native module. Once the user
has made their first selection, I need to prevent that callback from
happenin
Hi all,
I have the following code run when a button is clicked:
// Check the username isn't taken
var dataString = 'username='+ username + '&password=' + password;
//alert (dataString);return false;
$.ajax({
type: "POST",
url: "bin/login-check.php
Hi Bill,
I was replying to your comment here:
"Converting a few FF users over and saving on the USD $60+ million
Google pays Mozilla every year probably doesn't hurt either... "
Did I misread this or was it said in a context that I missed?
Rey...
Bil Corry wrote:
Rey Bango wrote on 9/3/2
On Sep 3, 2008, at 8:38 AM, Jochen Kaechelin wrote:
Is it possible to use jquery in rails rjs files?
JRails should provide drop in replacement for Prototype.
http://ennerchi.com/projects/jrails
--
Mika Tuupola
http://www.appelsiini.net/
Rey Bango wrote on 9/3/2008 9:01 AM:
Yep, let's find a way for Google to kill Mozilla. Good thinking Bill.
If your comment is directed to me, then you've misunderstood. I use Firefox.
I haven't installed Chrome, nor do I plan to.
- Bil
On Sep 3, 2008, at 6:44 AM, viktor wrote:
How do you minify a .js file?
http://www.crockford.com/javascript/jsmin.html
On bottom of the page is link for implementations in several languages.
--
Mika Tuupola
http://www.appelsiini.net/
I know was as strange script, in fact I can not change the server
side, so I sought a way to remove the div that contain spaces
http://www.w3.org/1999/xhtml";>
test jquery
$(document).ready(function() {
$('#header div').each(function(i) {
if ($(this).html()==' ') {
$(this).remove();
}
}
Yes - thanks Faizal. At least it pointed out the error I was making.
I'm not (currently) using $.extend, but I did separate the data set
options from the other chart options, and put them in a variable. Now
I'm trying to add a select that will allow the user to switch chart
styles - point, line, b
I don't think thats what i am looking for. I just look for seome code
to search the database but shows the results without a refresh.
On 3 sep, 18:41, Michael Nelson <[EMAIL PROTECTED]> wrote:
> Have you tried jqGrid?
>
> http://www.trirand.com/blog/
>
> thanks,
> Michael
>
>
>
> - Original
There were a number of jQuery API changes between 1.1.x and 1.2.x. If you
find the part of your code that isn't working, you can update it to work
with 1.2.x.
JavaScript debugging tools such as Firebug and the Web Developer Toolbar
will help greatly. In particular, you may find the error simply e
I hope it's enough for microsoft to retire ie6, but frankly I worry a little
bit about the gas giant that google is becoming. I can't see any reason
they couldn't simply have given some funding to mozilla and kept providing
their services as is, except... to hone their tracking of my browser
behav
I don't think chrome his wanting to compete with firefox. From what i
read, google as already put a lot of money into firefox so it would
make no sense to build a browser to directly compete with it. From
what people say, chrome is to compete with MSIE as a simple and easy
to use browser, which
Hi,
I've added some text to images in the jCarousel, but the javascript
doesn't parse and convert the UTF-8 characters in the text. It breaks
the text, or replaces it with ??? characters.
Can someone help please with how to modifiy the javascript code to
make it parse and convert the UTF-8 charac
Have you tried jqGrid?
http://www.trirand.com/blog/
thanks,
Michael
- Original Message
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Wednesday, September 3, 2008 9:35:16 AM
Subject: [jQuery] jQuery search
Hi,
I am looking for a jquery plugin that w
Looks like it still needs some work, as looking at the first demo page
http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html
going anywhere other than the first image reverts to the first image
(Windows 2003 with FF3 is what i am browsing it with)
Using IE7 for the sam
Why wouldn't you just have
Joe
Bloggs
Dave
Something
$(document).ready(function() {
$("#customer").change(SetLink);
SetLink();
});
function SetLink() {
var obj = document.getElementById("#customer");
obj = obj.options[obj.selectedIndex];
Hi,
I am looking for a jquery plugin that will show the results of a
search form without refreshing the page.
So when someone press search it wont reload the site but will show the
founded results.
Any one now a plugin?
Erwom
Am 03.09.2008 um 18:08 schrieb Klaus Hartl:
>
> What about:
>
> http://mad.ly/2007/05/17/jquery-ajax-rails/
> http://ennerchi.com/projects/jrails
bong! exactly what i was looking 4! thanx!
On our website I am using a shadowbox to view videos hosted on another
site in the product page window. The problem is that recently the
company hosting the videos have started providing several different
size of videos.
All the different video pages, however, have an element with an ID of
conta
I meant, why if there is a \n character on textarea, it couldnt send
its value?
Thanks
Andy
On Sep 3, 8:46 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> I still don't get what the actual issue. What do you mean with "send"?
> Sending via Ajax to the server? To a validation method?
>
> Jörn
Hello,
I have an asp.net (vs2005) web-app.
When i use jquery1.1.4, then, on submitting the form, the background
gets grayed-out and an 'results being generated' image (that i have
put in the asp.net code) gets displayed.
i replaced the 1.1.4 file with 1.2.6, and now the background doesn't
get gr
I can not find why $ (dollar) is not defined in my code.
This is the include-part:
@import "http://jquery.com/demo/thickbox/css/global.css";;
@import "[jQuery] Re: jquery in rails/rjs files
What about:
http://mad.ly/2007/05/17/jquery-ajax-rails/
http://ennerchi.com/projects/jrails
--Klaus
On Sep 3, 5:58 pm, Jochen Kaechelin <[EMAIL PROTECTED]> wrote:
> Am 03.09.2008 um 13:19 schrieb Karl Rudd:
>
>
>
> > A quick Google turned up this:
>
> > http://yehudakatz.com/2007/01/31/using-
Oh RAD
You rock, Joel. Thank you SO much!
Woot!
-jess
On Sep 3, 11:40 am, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hi Jess,
>
> I'm replying from my iPod so will be brief. The extra space can be
> removed by deleting the padding from the .sub-with-ul class (i think
> thats what it's calle
Hey,
My boss talk to me about Jquery, never done that before. We need to
mask HTML input for phone number and date fields.
So, I found this plugin digitalBush MaskInput and it works great but I
don't know why, i'm losing the data in the field when the input loses
the focus.
function gere
Hey bob, you don't necessarily have to rethink your design, just use
transparent png files (tiled for background)
They can now render on all browsers (including IE 5 +) with this
little fix :
http://www.twinhelix.com/css/iepngfix/
Also, this dwld is quite handy for transparent backgrounds:
htt
1 - 100 of 159 matches
Mail list logo