Tagged Questions

1
vote
2answers
78 views

To see the content POST data trasferred by jQuery

How can you see what the attribute rel contains when it is transferred by POST? I transfer a variable by the rel attribute by jQuery. I would like to know what the attribute, $_POST['answer'], …
3
votes
2answers
866 views

jQuery maxlength attribute problem with textareas

With jQuery version 1.2.3 I'm trying to add nodes after textarea elements with attribute 'maxlength' but it doesn't work: $("textarea[@maxlength]").after("<b>Aint working</b>"); This …
0
votes
0answers
28 views

can we have :update and :rel(html option) together in a link_to_remote tag

I have link_to_remote tag.I want to update a div.The div name is specified in the form of :rel ( need to do in this way).Can we use link_to_remote so that we can specify :rel and :update. Have any …
1
vote
2answers
52 views

Have you tinkered with Rel?

I would like to hear opinions or peoples experiences regarding Rel. Is it destined for the dustbin, or is it the next big thing in programming? I haven't tried doing anything with it yet (and it …