query tag

356 questions


1 answers
132 views
0
Timepicker does not work.

We are currently implementing the Timepicker function on the screen, but it does not work.There is a 11:00 PM sign in the input box, but when I try to press the button, nothing is working.How do I mod...

1 years ago

1 answers
93 views
0
Please tell me which libraries and gems will enable rich text areas.

Projects under development at Rails for this stackoverflow entry field.I would like to create a rich text area.Please let me know if there is a jquery library or rails gem to do this.Thank you for you...


1 answers
96 views
0
Button-click function is left. (New)

I posted about 10 days ago due to the issue of displaying the Previous Results and Next Results buttons on Gurunabi.Thanks to Unarist, the problem has been resolved.Thank you.Now, I want to create the...

1 years ago

1 answers
105 views
0
check boxes, filtering jquery

javascript: data=[ {number: 4, shot: 3P, result: success,}, {number: 5, shot: 2P, result: failure,}, {number: 6, shot: 2P, result: success,}, {number:7, shot:3P, result:failure, {number: 8, shot:...

1 years ago

2 answers
100 views
0
garbled characters in fullcalendar weekly display

I use fullcalendar.Characters get garbled when you turn the month on the weekly display.This code is full calendar settings.<script>$(document).ready(function(){ $('#calendar').fullCalendar({ co...


1 answers
119 views
0
I want to use the method extension of jQuery in Rails.

I would like to use the function here to handle the hidden attribute in HTML5, but the method extension of jQuery did not work.https://jsfiddle.net/jhfrench/g8Sqy/$('button').click(function(){ $('#myE...


1 answers
98 views
0
Meaning of code with a lot of '?' and ':' in argument parts

I'm a beginner at jquery.I'm very sorry, but could you tell me the meaning below?fields.eq(index+(event.shiftKey?(index>0?-1:0):(index<total?+1:total)) .focus();

1 years ago

1 answers
74 views
0
I want to put out JQuery's accordion menu so that I can ride it instead of slide.

I made an accordion for the sidebar.However, if you display the accordion as it is, the table in the body (the one that says row 1 row 2) will shift to the right.Instead of sliding to the right, I wou...

1 years ago

2 answers
105 views
0
Should I setTimeout when JavaScript(jQuery) is heavy for events such as keydown, keyup, and so on JavaScript(jQuery)

Should I use setTimeout to handle heavy tasks when the following actions occur?$( document ).bind(keydown keyup, function(e){ if(e.type===keydown){ ... // Heavy handling } if(e.type===keyup){ ... //...


1 answers
125 views
0
Is it possible to perform OnsenUI screen transition from jQuery?

This is my first time to ask a question.Thank you for your cooperation.The question is about implementing a hybrid application using OnsenUI and jQuery, so how can I activate pushPage for OnsenUI's on...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.