Hi. I'm new to JQuery.
We have a system that dynamically generates pages from the database.
The users want some of the pages changed.
I'm trying to use JQuery to modify the pages on the fly so I don't
have to mess with the vendor's code.
below is my code as I'm just starting out.
It works perfectl
I don't see that script reference anywhere on the page you linked to.
If you inspect the DOM in Firefox (with Firebug) or Safari, you'll see
that the "share_this" class isn't being added in those browsers
either. The "10px padding" you're seeing is due to the tag that
is just inside the pa
Hello all,
I just uploaded jquery on my website, http://www.bloompocket.com.
If you're looking at the homepage with FF or Safari, you'll see that
there is 10px padding above the green "ShareThis" icon. However, in
IE, that icon kisses right up against the text above it.
I am using the following
Hi,
I've added a jquery lightbox to a website and everything looks fine
except the background overlay is not showing up in IE (works fine in
Firefox). Been digging around the code but just can't figure it out.
Anybody have any ideas??
http://dessertsintl.com/products.html#8cakes ( click on eith
Hi! I have a small but pain-in-the-ass problem.
Here is my code:
var ExternalLinks_InNewWindow = '1';
function initSpoilers(context)
{
var context = context || 'body';
$('div.spoiler-head', $(context)).click(function(){
var code =
$(this).next('div.spoiler-body'
{
'change': 'travel_week',
'destination': destination_select,
'hotel': hotel_select,
'travel_week': travel_week_select,
'source_change' :
'hotel': hotel_select,
>>>>'travel_week': travel_week_select,
>>>>'source_change' : 'travel_week'
>>>>});
>>>>});
>>>>
>>>>
;travel_week'
>>> });
>>> });
>>>
>>>$('#select_hotel_filter').change(function()
>>> {
>>> //select values
>>> var destination_select = $('#destination_filter').va
lt;pre style="margin: 0em;">
{
'change': 'travel_week',
'destination': destination_select,
'hotel': hotel_select,
'travel_week': travel_week_select,
'source_change' : 'hotel'
});
</pre><tt>$('#select_destination_filter').load('/lib/ajax/community/search/
</tt><tt>filter_update.php',
</tt><pre style="margin: 0em;">
{
'change': 'destination',
'destination': destination_select,
'hotel': hotel_select,
'travel_week': travel_week_select,
'source_change' : 'hotel'
});
});
};
$(document).ready(function()
{
setTimeout(ie_fix, 5000);
});
--
View this message in context:
http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14416882.html
Sent from the jQuery General Discussion mailing list archive at
Nabble.com.
'#select_destination_filter').empty();
>
>
> $('#select_travel_week_filter').load('/lib/ajax/community/search/filter_update.php',
> {
> 'change': 'travel_week',
> 'destination': de
lect,
'travel_week': travel_week_select,
'source_change' : 'hotel'
});
$('#select_destination_filter').load('/lib/ajax/community/search/filter_update.php',
{
'change': 'destination',
'destination': destination_select,
'hotel': hotel_select,
'travel_week': travel_week_select,
'source_change' : 'hotel'
});
});
};
$(document).ready(function()
{
setTimeout(ie_fix, 5000);
});
--
View this message in context:
http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14407531.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
11 matches
Mail list logo