Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~2K People Reached
Member Avatar for Vincentas

Hi guys, I need to build an ecommerce site for a client and I have the general design figured out but I can't find a solution that works for me. I need to be able to adapt the html/css to my design as well as have a search engine, that …

Member Avatar for vacurect
0
466
Member Avatar for Bharadwajcvrg

Hi All, I am trying to filter the State, City using WATABLE. In my data city coloumn has identical state values for example Multiple states has same city. In that case when I filtering the city complete watable is filtered upon city instead of state. Like State: Texas City Drop …

0
75
Member Avatar for devgit2810

How can i allow a user to view a font on my webpage which is not available on his computer? I want to learn how to use a plugin for that purpose ?

Member Avatar for veera100
0
182
Member Avatar for Bharadwajcvrg

Hi Team, I am trying to enable only the upcoming 2weeks i.e from current week friday to the second week thursday. For example: today's date is 25th so the upcoming friday will be 27th. So I would like to enable the date from 27th Friday June to July 10th Thursay. …

Member Avatar for DJBirdi
1
237
Member Avatar for khurram123

Hi, I have a serious problem. I am using two jquery code one is for slider and one is for menu. Know when i put menu script on a page slider disappear. menu start working and also showing drop down menu. but when i remove Menu jquery script from the …

Member Avatar for Bharadwajcvrg
0
172
Member Avatar for Bharadwajcvrg

//create the sortable headers for (var i = 0; i < colsSorted.length; i++) { var column = colsSorted[i]; var props = _data.cols[column]; $(document).on('click', '.'+column+'ascen', function(){ col=$(this).parents("th").find("a").html(); if (priv.options.debug) console.log('col:{0} clicked'.f(col)); //set the new sorting column if ($(this).attr("class") == "ascen"){ _currSortFlip = true;}else{ _currSortFlip =false; } _currSortCol = col; if (typeof …

Member Avatar for Bharadwajcvrg
0
777