Thanks a lot.
Phil
Benjamin Sterling wrote:
Phil,
As Terry said, Interface is not supporting 1.1.3+, if there are no "real"
need to use 1.1.3+, then I would suggest sticking with 1.1.2, if you need a
copy, let me know.
FYI, there will be a new FX library coming on line sometime in the near
fu
Hi all,
When i try jquery-1.1.3.1.pack.js with interface slider last pack on
IE6, i get a usual "Object doesn't support this property or method" on
the "$('.sliderPrice').Slider(" line,
even if i set no options. Works fine on ffx.
$('.sliderPrice').Slider(
{
accept : '.indicator'
}
)
Hi,
I'm still a newbie and now writing my own plugin, i'd like to ask 2
questions, taking as best pratice :
http://jquery.bassistance.de/jquery-getting-started.html
# Optional: Create an object with helper functions, eg.:
jQuery.fooBar = {
height: 5,
calculateBar = function() { ...
, 11:54, Mika Tuupola <[EMAIL PROTECTED]> wrote:
On May 31, 2007, at 7:42 PM, philguillard wrote:
Somebody can tell me which library i could use to compress text at
a maximum, for setting coookies in javascript. Unfortunately IE6/
IE7 has a maximum of 4k total for cookies froms 1 site.
A
Hi,
Somebody can tell me which library i could use to compress text at a
maximum, for setting coookies in javascript. Unfortunately IE6/IE7 has a
maximum of 4k total for cookies froms 1 site.
Another question: does somebody know what could be the reason when after
setting cookies and reload
rApi(data) {
return data;
}
After you eval the response you'll have this function called and it
will give you the data.
(Note: I haven't tested this, so it might contain errors, but you can
see the point).
Regards,
Emil Ivanov
Then you can just use $.get and have the
On May 31, 1
Hi all,
I use $.getJSON with flickr REST API, unfortunately flickr is answering:
jsonFlickrApi({"photos":{"page":1, "pages":10, "perpage":100,
"total":"938", "photo":[{"id":"
I guess i should remove "jsonFlickrApi(" header to get the json
interpreted. So i tried:
$.get(url, function(respon
he complete callback, you can check the
response.responseXMLand
response.responseText
do you have a live link??
your code looks like it should, assuming it's actually getting the xml
result you expect..
On 5/15/07, philguillard <[EMAIL PROTECTED]> wrote:
Thank you guys.
I stil
t returns '' for the result, I guess there is a
problem. in the complete callback, you can check the
response.responseXMLand
response.responseText
do you have a live link??
your code looks like it should, assuming it's actually getting the xml
result you expect..
On 5/15/07, philguil
ed for most errors.
complete needs to check what it got.
I think we need more help for complete coding, I posted a ticket with my
results... IE was not included though!
http://dev.jquery.com/ticket/1145#preview
On 5/15/07, philguillard <[EMAIL PROTECTED]> wrote:
Hi all,
I know IE6 (ma
Hi all,
I know IE6 (maybe 7) is known to have limited ability to parse XML but
it seems it can.
After an ajax call, i'd like to parse the xml file like this :
$.ajax({
type: "GET",
url: url,
complete: function(response){
var rootNode = $(
11 matches
Mail list logo