Questions tagged [hints]

93 questions
0
votes
2 answers

Losing input hints after clearing inout fields... any work around?

I have two scripts for clearing my form and using input hints. The input hints are not returning AFTER I execute the clear function. function clear_form_elements(ele) { $(ele).find(':input').each(function() { switch(this.type) { case…
Erik
  • 5,701
  • 27
  • 70
  • 119
-2
votes
3 answers

Tune oracle query with groupby clause

I have a table with Lots of cost columns for each Key TableA SK1 SK2 Col1 Col2 Col3..... Col50 Flg(Y/N) 1 2 10 20 30 ...... 500 Y 1 2 10 20 30 ...... 500 N 2 2 10 20 30 ...... 500 N I need to aggregate(sum) of…
waiting
  • 45
  • 6
-3
votes
1 answer

Netbeans / php temporary disable hints

I am using Netbeans 8 with PHP. Is there any way to disable the hints temporarily - for example disable the "method too long" hint for the next method?
1 2 3 4 5 6
7