41. |
$(document).ready(function() { // Some code. });
$(document).ready(function() { // Some code. }); ઉપરોક્ત કોડનો ઉપયોગ ...
|
||||||||
Answer:
Option (b) |
42. |
Which jQuery function is used to prevent code from running, before the document is finished loading? ડોકયુમેંટનું લોડિંગ પૂરું થાય તે પહેલાં, code ચાલુ કરવાથી અટકાવા માટે કયા jQuery ફંકશનનો ઉપયોગ થાય છે?
|
||||||||
Answer:
Option (b) |
43. |
Which method is used to add a binding?
Binding ઉમેરવા માટે કઈ મેથડનો ઉપયોગ થાય છે?
|
||||||||
Answer:
Option (c) |
44. |
Which method is used to remove a binding?
Bindingને દૂર કરવા માટે કઈ મેથડનો ઉપયોગ કરવામાં આવે છે?
|
||||||||
Answer:
Option (d) |
45. |
You can attach a handler to an event using which method?
તમે કઈ મેથડનો ઉપયોગ કરીને ઇવેન્ટમાં handler attach કરી શકો છો?
|
||||||||
Answer:
Option (b) |
46. |
Triggers, or binds a function to the error event of selected elements. સિલેક્ટ કરેલ એલિમેંટની error ઇવેન્ટથી ફંકશનને ટ્રિગર્સ કરે અથવા જોડે છે.
|
||||||||
Answer:
Option (b) |