I figured it out.
I believe part of my problem had to do with my remote: path and
filename was not correct. So it wasnt able to get into my
checkStore.php remote script. Once I got that figured out, I used
codeIgniters url to call the remote script, ie /rtui/codeigniter/
index.php/controllername/
Hi Guys,
I am attempting to get 2 horizontal rows with jcarousel, something
like
Item Item Item
< Item Item Item >
But there is just no code to do this anywhere ? Can someone assist
with a solution that works for both HTML and JS ?
I'm sure that I, and the other 1000 people trying to do
MorningZ what should i do now about my tab problem?
Regards;
Zeeshan Ahmed Khan
On Fri, Apr 24, 2009 at 5:47 PM, Zeeshan Khan wrote:
> so what shud i do to solve my prblm?
> Regards;
>
> Zeeshan Ahmed Khan
>
>
>
> On Fri, Apr 24, 2009 at 3:58 PM, MorningZ wrote:
>
>>
>> "I debugged the code &
Thanks for your help. I still have quite a bit to learn and I
appreciate your responses!
Michael
On May 10, 9:41 pm, "Michael Geary" wrote:
> And to address the other question about loading jQuery from the Google Ajax
> Library, that is actually a *recommended* practice. It increases the chance
I think this might be what you're looking for:
http://docs.jquery.com/Plugins/Autocomplete/result#handler
- Jack
jitz wrote:
Hi,
Is it possible to trigger a function that fires when an item is
selected from the autocomplete box?
Thanks a lot in advance,
David
I was hoping to find one built on jquery or one compatible with
jquery. I do not want to switch out of jquery. I really like jquery.
Qooxdoo looks very interesting.
- Ashish
On May 10, 6:56 pm, Jack Killpatrick wrote:
> these are a couple I know of, but can't vouch for them (haven't used them):
Hi,
Is it possible to trigger a function that fires when an item is
selected from the autocomplete box?
Thanks a lot in advance,
David
oh I understand thanks.
On May 11, 8:40 am, Steven Yang wrote:
> when you do addClass it literally only "add" the class to the element
> when you do toggleClass it checks whether the element has the class or not,
> if it does then it will "remove" the class if it doesnt then it will "add"
> the
these are a couple I know of, but can't vouch for them (haven't used them):
http://mochaui.com/ (moo)
http://qooxdoo.org/
- Jack
zweb wrote:
Are there any good web UI component libraries -open source or
commercial - that you can recomment? They need to be cross browser
compatible and have go
Has anyone used Qooxdoo with jquery?
I already use jquery has my core js library and I use some components
from Jquery UI. I want to continue doing that but enhance the number
of rich ui components I have at my disposal. I see qooxdoo and extjs
as choice
Has any one successfully used qooxdoo or
And to address the other question about loading jQuery from the Google Ajax
Library, that is actually a *recommended* practice. It increases the chance
of jquery.js being found in the browser cache, and it allows the file to be
downloaded in parallel with other files from your domain.
-Mike
> Fr
when you do addClass it literally only "add" the class to the element
when you do toggleClass it checks whether the element has the class or not,
if it does then it will "remove" the class if it doesnt then it will "add"
the class
Hi,
I notice jquery name space used to capitalize the first letter of the
second word of methods, why not do the same with events ?
Hi,
method addClass and toggleClass do pretty much the same thing, what is
the true difference between them ?
The following function is used as the onsubmit handler for a form:
//
---
function checkCPForm1(theform) {
if(ValidateCPForm(theform)){
var data = $(theform).serialize();
alert("data: " + dat
The issue was that I was using a Dialog to show progress for AJAX progress
and that was stealing the focus from the text input. I hacked around it,
but I think if I stopped using Dialog, that the focus would no longer be an
issue. Thanks, L
On Wed, Apr 15, 2009 at 9:17 PM, Tom Worster wrote:
>
I forgot to mention, this problem appears in IE only not FF!
On May 11, 2:51 am, "Mahmoud M. Abdel-Fattah"
wrote:
> I'm using jQuery Slide Menu & jQuery A Slide Show in this URL
> :http://www.al-alee.com/en/
> but the A Slide Show appears over the dropdown menu, I'd changed the Z-
> Index but t
I'm using jQuery Slide Menu & jQuery A Slide Show in this URL :
http://www.al-alee.com/en/
but the A Slide Show appears over the dropdown menu, I'd changed the Z-
Index but the problem still !!
Thanks for your time.
FOUND IT, i think
http://newbreedofgeek.blogspot.com/2008/11/ie7-removing-div-containing-swfobject.html
I wont' be able to test it until monday, but seems pretty solid :D
Good luck to you, I know I'll need it
I'm having this same problem last week...
Anyone have any answers for how to make this work in IEx yet?
I did find THIS
http://stackoverflow.com/questions/18/how-do-i-change-replace-a-flash-object-with-jquery-or-pure-javascript
But so far no luck.
-Riley
I'm having this same problem last week...
Anyone have any answers for how to make this work in IEx yet?
I did find THIS
http://stackoverflow.com/questions/18/how-do-i-change-replace-a-flash-object-with-jquery-or-pure-javascript
But so far no luck.
-Riley
On 5/8/09 3:36 PM, "Logan Green" wrote:
> This tab issue is driving me crazy. Has anyone found a hack/fix that
> will allow the tab to work as expected...where the user hits tab once,
> and moves to the next field?
not that i am aware of.
given the activity on this plugin (it's been nearly a
Hi,
I just found the main reason for the problem : event bubbling.
When applying the click() function to the input field the event starts
bubbling, hits the li element, fires the click() event again and so
the stack in FF is filled up until the error shows. Simple check for
an applied class befor
Jörn, changed it as you mention, and loaded up Firebug - but still not
getting anywhere.
I do see in Firebug :
defaults -> messages -> storename_name -> remote -> "Please fix this
field." But I never see it on the webpage. I've only see "This field
is required."
I also see some information in :
a
Hi Lucifix
Can u try the below code block pls...
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml"; >
div
{
height: 200px;
width: 200px;
background-color : Green ;
border : dotted 2px black;
}
Hi
I have tried the below code block...
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml"; >
$(function() {
$("div").css("width", "100px");
$("div").css("float", "left");
$("div").css("overflow", "h
hi,
I have the same problem as discussed in:
http://dev.jquery.com/ticket/4185
in fact everything works ok in firefox but when it comes to IE6 this
problem occures, and I couldn't handle it.
I am using jQuery.validation v1.5.2 and jQuery1.3.2...
I am wondering anybody knows any solution for...
Are there any good web UI component libraries -open source or
commercial - that you can recomment? They need to be cross browser
compatible and have good documentation.
Jquery UI is very good but limited in number of controls it offers.
YUI is very verbose and very hard to use. extJs only other o
Looks really good, GC...
I like the auto and manual slideshow functionality.
Thumbnails work well.
How about transition effects...others possible? (Crossfade in
particular...)
Rick
On Sun, May 10, 2009 at 12:49 PM, GianCarlo Mingati <
giancarlo.ming...@gmail.com> wrote:
>
> Hello everyone.
>
Hello everyone.
I had the time to rewrite the slideViewerPro plugin wich is *another*
gallery engine.
You start with a DIV and an unordered list of images, and that's the
result.
I still have to add typographic information on each image (taken from
the ALT attribute) and fix a bug.
http://www.gcm
Can anyone help me combine two jquery functions: after and slideDown.
My code looks like this but it doesn't work :(
var data = "New text";
$('#newvrisk').after(data, function(){
not sure how/why this question keeps coming up, but the answer is no.
there was a post on this group claiming that jQueryUI was "calling
home" to jqueryui.com, when in fact that author was simply linking to
the script on the jqueryui.com domain, but i digress...
the jQuery library does not initia
Have any of you been successful with invoking lightbox from images in
a grid? I display images in my ext grid and I am trying to use
lightbox. Lightbox requires requires this tag
image
#1.
I tried this just using the cfgridcolumn href=" " but it produces
errors when I add rel="lightbox".
Do you
Any sugestion?
Danielrq.net wrote:
>
> Hi guys,
>
> We´re use the table sorter script in our systemsbut now we note a
> problem.
>
> After the data load in table...the last line goes to the firt line...
>
> You did see this any time?
>
> Can help?
>
>
>
--
View this message in cont
You might try this:
$(data).find("item").each(function(i, item) {
stuff = $item.find('[nodeName="content:encoded"]')
...
Where 'data' is what comes back from the ajax call.
I couldn't find another way to get the data from a 'xx:yy' element. I
asked the question on the board here and this was
Hello,
I'm opening a dialog box using the jQuery UI dialog methods, this box
will display a form, and I would like to autofocus the first element.
I'm also modifying tabindex of the different form fields of this new
form in order to make them a lot higher than those of the original
page, and thus
The validation plugin uses the input name for the ajax request, so in
your case, you should be able to access it with
$_REQUEST['storename_name']
You can use Firebug to look at the actual request.
Jörn
On Sun, May 10, 2009 at 9:05 AM, Field wrote:
>
> I've got an combobox that is required, but
http://dev.jquery.com/ticket/3930
On May 8, 9:16 pm, surreal5335 wrote:
> Sorry about the awful horizontal scrolling, its not meant to be like
> that. My belief is that once I am able to get the .load function
> working again, that problem will also fix itself bc the jcarousellite
> plugin will
Hi all,
I'm relatively new to programming with JQuery, so please forgive me if
this question comes off as uninformed - I couldn't find the answer to
it anywhere.
My website had been calling the JQuery library available on Google to
use for implementation. I realized this was quite the bad practi
None of the BlockUI plug-in demos (available at
http://malsup.com/jquery/block/#demos)
work with IE8. Does any one notice this? I am currently testing this
with korean version of IE8 on Windows XP platform.
answers would greatly be appreciated.
I've got an combobox that is required, but the data typed by the user
must be validated against records from a database. So I've tried to
use remote:"checkStore.php" external file but am getting nothing. What
can I do to output what goes INTO checkStore.php and what comes out of
checkStore.php to
We'd be happy to help with this question over on the jQuery UI list:
http://groups.google.com/group/jquery-ui
Thanks.
- Richard
On Sat, May 9, 2009 at 11:23 AM, Arnas wrote:
>
> I want to use UI theme colors on other elements of my pages and for
> them to switch automatically when UI theme is
var index = $("a.active").parent().attr("jcarouselindex");
- Richard
On Sat, May 9, 2009 at 12:17 AM, Matt M. wrote:
>
> Hi, All. Kind of new to jQuery, but having fun with it. Would like to
> learn how to do the following...
>
> 1) Target the active .
> 2) Find the parent .
> 3) Grab the value
Hey,
This is a small game inspired by this article
http://www.emanueleferonato.com/2007/06/14/create-a-flash-ball-game-with-visual-from-above-tutorial/
I hope enjoy it even if I did not had the inspiration to develop more
levels yet: http://www.eyecon.ro/roller/ (use arrow keys to move the
ball
On May 9, 10:06 pm, "Michael Geary" wrote:
> Kali, since we're wondering if this is a jQuery problem, let's find out by
> taking jQuery out of the equation. Where the code uses jQuery to load the
> message into the #mailSuccess element, we'll just alert it instead - but
> we'll call alert in exac
many thanks - will do :-)
On May 9, 6:44 pm, Englesos wrote:
> Hi All,
>
> I have been trying to talk “Superfish” into working as a vertical menu
> for phpWebsite (as discussed here) but whatever I do it insists on
> staying horizontal.
>
> I looked at the example
> athttp://users.tpg.com.au/j
46 matches
Mail list logo