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
Is it possible to replace a select box with custom html at all.
I'm sure I've seen a jquery script that will do it, but can't find it
after looking for 3 hours.
can anyone help?
basically i want a select menu in a form, and when you click it to
drop down, i'd like
{icon} - option name
{icon} - o
looks like i got it worked out now.
If anyone wants to know
$(".nyroModal").livequery('click',function(e) {
e.preventDefault();
$(this).nyroModalManual(
);
return false;});
is how you do it.
Great script by the look of it
I tried to add a post previously but it didnt show up for some reason.
Is it possible to use nyromodal with livequery. I was taking a look at
nyromodal and it looks great, but need to use it after another ajax
call.
Does anyone know how I would do this?
thanks
Paul
Hey there, I just checked out nyromodal, and it looks pretty cool.
I just wanted to know if it was possible to use it with livequery, so
that i can use it after an ajax request.
ie i do a search and the results of that search are put into the
#content container.
then I would like to be able to cl
still getting used to google groups here. thought i posted a reply
yesterday but it didnt show up here.
options is set with
var options = {
target:'#fastcart' // target element(s) to be
updated with server response
};
thanks for your reply.
Ok I have a set of results from a search, and for each record in the
result set, there is a form built.
When they click add to cart, i would like it to have a warning, to
check the measurements before ordering, to double check they are
ordering the right product, then when they click ok, it will a
When i do a search it comes up with the results with this method
$(function() { var options = {
target:'#searchresults' // target element(s) to be
updated with server response
};
// bind form using 'ajaxForm'
$('#form1').ajaxForm(options);
after this call, i w
8 matches
Mail list logo