Posts by n1c0t0p • 141 points
9 posts
-
1
votes0
answers97
viewsQ: Horizontal scrolling using Swipe, Touch or Drag
I possess 4 Tables information, and would like to make a swipeleft or right, the same in order to switch to the next or previous table. Example: http://prntscr.com/8vvc2j My current HTML and CSS…
-
3
votes0
answers101
viewsQ: safari navigation bars do not disappear
I’ll explain this through prints basically, there are these navigation/address safari bars http://prntscr.com/8mgtda Now, when scrolling (who uses an iphone, can see, shrinks the navigation bar and…
-
0
votes1
answer116
viewsQ: Is it possible to add Owlcarousel to Highcharts?
I have a slider made by OwlCarousel I want you to run pizza graphics rendered by HighCharts. I mean, I have 4 pie charts With subtitles, and I want you to play 4 pies, also without the legend only…
-
1
votes1
answer145
viewsQ: Pie do Highchart
My question is how to change the markers of the highchart pie (in the legend) from rectangles to circles and how to group my caption by Category, I show the code below: var categories = ['Product',…
-
1
votes1
answer490
viewsQ: Table Search JS or jQuery
I want to do a search code using a Regex for strings, and normal numbers, and that I use the columns and rows of the table. I’ve tried several hypotheses, but none of them make that "refresh" of…
-
4
votes1
answer5730
viewsQ: Vertical Sidebar Menu using Bootstrap 3.3.2
My problem is replicating something similar to this. I’m having big problems solving this: http://ironsummitmedia.github.io/startbootstrap-sb-admin/ The difference is: no words. When I do Hover over…
-
0
votes1
answer60
viewsQ: Sort values of a <li> by date C#
Is it possible to sort the values of a dropdown per day? There is a order by or have to do really if’s for such? Code example: <span class="dropdown"> <button class="btn btn-search…
-
1
votes1
answer116
viewsQ: Possible Plugin to see if it is Responsive or not
I have a relatively simple doubt, I’m looking for some plugin to the chrome, but I still can’t find exactly what I wanted, which is basically to see if our website is responsive on all possible…
responsive-layoutasked n1c0t0p 141 -
2
votes2
answers90
viewsQ: How can I add a tagname(data-state) to my Hidden input with attr?
I am not able to add a data attribute(data-state) as I did with the other tag(value, type, name, etc) as shown in the following image: $(".clicka").on("click", function () { $('#calendartable…