Kad noklikšķina uz kāda radio button, tad pie attiecīgā time lauka tiek pievienots šī klikšķa laiks. Es nemāku ar JS iegūt pogas ID (question[1]). Ir kādi ieteikumi?
$(document).ready(function() {
$("input").click(function(){
//iegustam pogas id un tad..
$("input[@name='time["+ID+"]']").val() = LAIKS;
}
}
Question
m8t
Tātad, pašreizējais kods:
Ko es gribu panākt?
Kad noklikšķina uz kāda radio button, tad pie attiecīgā time lauka tiek pievienots šī klikšķa laiks. Es nemāku ar JS iegūt pogas ID (question[1]). Ir kādi ieteikumi?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.